Commit a45992af authored by Kevin McNee's avatar Kevin McNee Committed by Commit Bot

Re-enable Focus_FocusRestored on Linux

This test was disabled due to the BrowserPlugin variant. Now that
we're no longer running web view tests with BrowserPlugin, we can
re-enable this test.

Bug: 702572
Change-Id: I55e2ef929280b0268e367ef6e45177c6716c7b79
Reviewed-on: https://chromium-review.googlesource.com/1031385Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#554382}
parent 0955e7a4
......@@ -1347,15 +1347,7 @@ IN_PROC_BROWSER_TEST_F(WebViewInteractiveTest,
// Now we need to make sure TextInputTypeChanged fires properly for the guest's
// view upon step #3. We simply read the input type's state after #3 to
// make sure it's not TEXT_INPUT_TYPE_NONE.
// Flaky on Linux - https://crbug.com/702572
#if defined(OS_LINUX) || defined(OS_CHROMEOS)
#define MAYBE_Focus_FocusRestored DISABLED_Focus_FocusRestored
#else
#define MAYBE_Focus_FocusRestored Focus_FocusRestored
#endif
IN_PROC_BROWSER_TEST_F(WebViewFocusInteractiveTest, MAYBE_Focus_FocusRestored) {
IN_PROC_BROWSER_TEST_F(WebViewFocusInteractiveTest, Focus_FocusRestored) {
TestHelper("testFocusRestored", "web_view/focus", NO_TEST_SERVER);
content::WebContents* embedder_web_contents = GetFirstAppWindowWebContents();
ASSERT_TRUE(embedder_web_contents);
......
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