Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1288)

Unified Diff: content/public/android/javatests/src/org/chromium/content/browser/WebContentsObserverAndroidTest.java

Issue 554713002: Disable WebContentsObserverAndroidTest#testDidFirstVisuallyNonEmptyPaint (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/javatests/src/org/chromium/content/browser/WebContentsObserverAndroidTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/WebContentsObserverAndroidTest.java b/content/public/android/javatests/src/org/chromium/content/browser/WebContentsObserverAndroidTest.java
index 6eb73096af7f2434a656b690b26a711010c3cf94..e34fd287deb951cb124712f2b5545057a44072d8 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/WebContentsObserverAndroidTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/WebContentsObserverAndroidTest.java
@@ -49,8 +49,12 @@ public class WebContentsObserverAndroidTest extends ContentShellTestBase {
waitForActiveShellToBeDoneLoading();
}
+ /*
@SmallTest
@Feature({"Navigation"})
+ http://crbug.com/411931
+ */
+ @DisabledTest
public void testDidFirstVisuallyNonEmptyPaint() throws Throwable {
TestWebContentsObserverAndroid observer = ThreadUtils.runOnUiThreadBlocking(
new Callable<TestWebContentsObserverAndroid>() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698