summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjaydasika <jaydasika@chromium.org>2016-02-26 18:48:38 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-27 02:49:48 +0000
commitfb0929e9767a61961573e068e29c91644aa9836a (patch)
tree234c127a8d3c51ab39d515645955095f08f0ce94
parentc7026810b95263edb0c218ddf59d9e2fedc9b802 (diff)
downloadchromium_src-fb0929e9767a61961573e068e29c91644aa9836a.zip
chromium_src-fb0929e9767a61961573e068e29c91644aa9836a.tar.gz
chromium_src-fb0929e9767a61961573e068e29c91644aa9836a.tar.bz2
Disable ParameterizedVisualViewportTest.bodyAndWindowScrollPropertiesAccountForViewport
test on Mac ASan bots BUG=590435 TBR= ymalik@chromium.org, bokan@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/1740053004 Cr-Commit-Position: refs/heads/master@{#378091}
-rw-r--r--third_party/WebKit/Source/web/tests/VisualViewportTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
index 14fea8c..e178f58 100644
--- a/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
+++ b/third_party/WebKit/Source/web/tests/VisualViewportTest.cpp
@@ -1478,7 +1478,8 @@ MAYBE_TEST_P(ElementBoundsInViewportSpaceAccountsForViewport)
// Test that the various window.scroll and document.body.scroll properties and
// methods work unchanged from the pre-virtual viewport mode.
-TEST_P(ParameterizedVisualViewportTest, bodyAndWindowScrollPropertiesAccountForViewport)
+// TODO(crbug.com/590435)
+MAYBE_TEST_P(bodyAndWindowScrollPropertiesAccountForViewport)
{
initializeWithAndroidSettings();