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

Unified Diff: android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java

Issue 13907007: Replace merge-ui-and-compositor-threads flag with no-merge-ui-and-compositor-threads flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync Created 7 years, 7 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: android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
diff --git a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
index e3fc61663993e2da009f1a60f3eaafd0450b1465..22da117553facf23d86ceb35fa6ed930e8af784a 100644
--- a/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
+++ b/android_webview/javatests/src/org/chromium/android_webview/test/AwSettingsTest.java
@@ -2354,8 +2354,12 @@ public class AwSettingsTest extends AwTestBase {
assertEquals(viewportTagSpecifiedWidth, getTitleOnUiThread(awContents));
}
+ /*
@MediumTest
@Feature({"AndroidWebView", "Preferences"})
+ http://crbug.com/239144
+ */
+ @DisabledTest
public void testUseWideViewportControlsDoubleTabToZoom() throws Throwable {
final TestAwContentsClient contentClient = new TestAwContentsClient();
final AwTestContainerView testContainerView =
@@ -2382,8 +2386,12 @@ public class AwSettingsTest extends AwTestBase {
zoomedOutScale < initialScale);
}
+ /*
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
+ http://crbug.com/239144
+ */
+ @DisabledTest
public void testLoadWithOverviewModeWithTwoViews() throws Throwable {
ViewPair views = createViews();
runPerViewSettingsTest(
@@ -2393,8 +2401,12 @@ public class AwSettingsTest extends AwTestBase {
views.getContents1(), views.getClient1(), false));
}
- @SmallTest
- @Feature({"AndroidWebView", "Preferences"})
+ /*
+ @SmallTest
+ @Feature({"AndroidWebView", "Preferences"})
+ http://crbug.com/239144
+ */
+ @DisabledTest
public void testLoadWithOverviewModeViewportTagWithTwoViews() throws Throwable {
ViewPair views = createViews();
runPerViewSettingsTest(

Powered by Google App Engine
This is Rietveld 408576698