Commit 72e667bc authored by mukai@chromium.org's avatar mukai@chromium.org

Re-enable RenderWidgetHostTest.PreHandleRawKeyDownEvent

This test is working as expected, at least on my local machine.

BUG=chromium:100345
TEST=manually


Review URL: http://codereview.chromium.org/8510043

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110751 0039d316-1c4b-4281-b951-d872f2087c98
parent 07618d51
...@@ -633,13 +633,7 @@ TEST_F(RenderWidgetHostTest, IgnoreKeyEventsHandledByRenderer) { ...@@ -633,13 +633,7 @@ TEST_F(RenderWidgetHostTest, IgnoreKeyEventsHandledByRenderer) {
EXPECT_FALSE(host_->unhandled_keyboard_event_called()); EXPECT_FALSE(host_->unhandled_keyboard_event_called());
} }
// Fails on Linux Aura, see http://crbug.com/100345 TEST_F(RenderWidgetHostTest, PreHandleRawKeyDownEvent) {
#if defined(USE_AURA) && !defined(OS_WIN)
#define MAYBE_PreHandleRawKeyDownEvent FAILS_PreHandleRawKeyDownEvent
#else
#define MAYBE_PreHandleRawKeyDownEvent PreHandleRawKeyDownEvent
#endif
TEST_F(RenderWidgetHostTest, MAYBE_PreHandleRawKeyDownEvent) {
// Simluate the situation that the browser handled the key down event during // Simluate the situation that the browser handled the key down event during
// pre-handle phrase. // pre-handle phrase.
host_->set_prehandle_keyboard_event(true); host_->set_prehandle_keyboard_event(true);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment