Commit 855129e7 authored by Erik Arvidsson's avatar Erik Arvidsson

Fix revert conflict from last commit

BUG=411931
TBR=keishi, reed

Review URL: https://codereview.chromium.org/551913002

Cr-Commit-Position: refs/heads/master@{#293746}
parent 409d670e
...@@ -47,8 +47,12 @@ public class WebContentsObserverAndroidTest extends ContentShellTestBase { ...@@ -47,8 +47,12 @@ public class WebContentsObserverAndroidTest extends ContentShellTestBase {
waitForActiveShellToBeDoneLoading(); waitForActiveShellToBeDoneLoading();
} }
/*
@SmallTest @SmallTest
@Feature({"Navigation"}) @Feature({"Navigation"})
http://crbug.com/411931
*/
@DisabledTest
public void testDidFirstVisuallyNonEmptyPaint() throws Throwable { public void testDidFirstVisuallyNonEmptyPaint() throws Throwable {
TestWebContentsObserverAndroid observer = ThreadUtils.runOnUiThreadBlocking( TestWebContentsObserverAndroid observer = ThreadUtils.runOnUiThreadBlocking(
new Callable<TestWebContentsObserverAndroid>() { new Callable<TestWebContentsObserverAndroid>() {
......
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