Skip to content

Commit

Permalink
Disable failing android webview quirk tests that assume 300 width.
Browse files Browse the repository at this point in the history
TBR: michaelbai@chromium.org
Bug: 1133535
Change-Id: I3bb2ac2dbbd3e9349afca8603de90521ddf0f5ab
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2481009
Reviewed-by: Sky Malice <skym@chromium.org>
Commit-Queue: Sky Malice <skym@chromium.org>
Cr-Commit-Position: refs/heads/master@{#818098}
  • Loading branch information
Sky Malice authored and Commit Bot committed Oct 16, 2020
1 parent 215c024 commit 0b02f44
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ public void testScreenSizeInPhysicalPixelsQuirk() throws Throwable {
@Test
@MediumTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "https://crbug.com/1133535")
public void testMetaMergeContentQuirk() throws Throwable {
final TestAwContentsClient contentClient = new TestAwContentsClient();
final AwTestContainerView testContainerView =
Expand Down Expand Up @@ -246,6 +247,7 @@ public void testMetaMergeContentQuirk() throws Throwable {
@Test
@MediumTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "https://crbug.com/1133535")
public void testMetaMergeContentQuirkOverrides() throws Throwable {
final TestAwContentsClient contentClient = new TestAwContentsClient();
final AwTestContainerView testContainerView =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2941,6 +2941,7 @@ public void testAppCacheWithTwoViews() throws Throwable {
@Test
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
@DisabledTest(message = "https://crbug.com/1133535")
public void testUseWideViewportWithTwoViews() throws Throwable {
ViewPair views = createViews(true);
runPerViewSettingsTest(
Expand All @@ -2951,6 +2952,7 @@ public void testUseWideViewportWithTwoViews() throws Throwable {
@Test
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
@DisabledTest(message = "https://crbug.com/1133535")
public void testUseWideViewportWithTwoViewsNoQuirks() throws Throwable {
ViewPair views = createViews();
runPerViewSettingsTest(
Expand Down Expand Up @@ -3021,6 +3023,7 @@ private void useWideViewportLayoutWidthTest(
@Test
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
@DisabledTest(message = "https://crbug.com/1133535")
public void testUseWideViewportLayoutWidth() throws Throwable {
TestAwContentsClient contentClient = new TestAwContentsClient();
AwTestContainerView testContainerView =
Expand All @@ -3031,6 +3034,7 @@ public void testUseWideViewportLayoutWidth() throws Throwable {
@Test
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
@DisabledTest(message = "https://crbug.com/1133535")
public void testUseWideViewportLayoutWidthNoQuirks() throws Throwable {
TestAwContentsClient contentClient = new TestAwContentsClient();
AwTestContainerView testContainerView =
Expand Down

0 comments on commit 0b02f44

Please sign in to comment.