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

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

Issue 2199223002: Remove unnecessary page loading in ContentShellActivity (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Bringing back the assertWaitForPatchScaleFactorMatch check in ContentViewZoomingTest Created 4 years, 4 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
Index: content/public/android/javatests/src/org/chromium/content/browser/EmailAddressDetectionTest.java
diff --git a/content/public/android/javatests/src/org/chromium/content/browser/EmailAddressDetectionTest.java b/content/public/android/javatests/src/org/chromium/content/browser/EmailAddressDetectionTest.java
index 95aa5d946b19e754e033bab0b6214e9a69706e76..11d12d68798e270e05fe0b8cb0958e2d0b059774 100644
--- a/content/public/android/javatests/src/org/chromium/content/browser/EmailAddressDetectionTest.java
+++ b/content/public/android/javatests/src/org/chromium/content/browser/EmailAddressDetectionTest.java
@@ -25,7 +25,6 @@ public class EmailAddressDetectionTest extends ContentDetectionTestBase {
@Feature({"ContentDetection", "TabContents"})
public void testValidEmailAddresses() throws Throwable {
startActivityWithTestUrl("content/test/data/android/content_detection/email.html");
- assertWaitForPageScaleFactorMatch(1.0f);
// valid_1: i.want.a.pony@chromium.org.
String intentUrl = scrollAndTapExpectingIntent("valid_1");

Powered by Google App Engine
This is Rietveld 408576698