Commit d2066ecd authored by aboxhall@chromium.org's avatar aboxhall@chromium.org

Disable AwSettingsTest.testUseWideViewportLayoutWidth test.

BUG=285995
R=mnaganov@chromium.org

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221528 0039d316-1c4b-4281-b951-d872f2087c98
parent fa5fed33
......@@ -2240,8 +2240,12 @@ public class AwSettingsTest extends AwTestBase {
new AwSettingsUseWideViewportTestHelper(views.getContents1(), views.getClient1()));
}
@SmallTest
@Feature({"AndroidWebView", "Preferences"})
/*
* @SmallTest
* @Feature({"AndroidWebView", "Preferences"})
* Failing after Blink r157293, see crbug.com/285995
*/
@DisabledTest
public void testUseWideViewportLayoutWidth() throws Throwable {
final TestAwContentsClient contentClient = new TestAwContentsClient();
final AwTestContainerView testContainerView =
......
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