Commit 5941f39b authored by adamk@chromium.org's avatar adamk@chromium.org

Disable WebFrameTest.PrintingBasic on Android

This newly-added test always crashes when run on Android.

BUG=403804
TBR=abarth@chromium.org

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

git-svn-id: svn://svn.chromium.org/blink/trunk@180280 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 7a578776
...@@ -5802,7 +5802,12 @@ TEST_F(WebFrameTest, NodeImageTestFloatLeft) ...@@ -5802,7 +5802,12 @@ TEST_F(WebFrameTest, NodeImageTestFloatLeft)
nodeImageTestValidation(blink::IntSize(40, 40), dragImage.get()); nodeImageTestValidation(blink::IntSize(40, 40), dragImage.get());
} }
// Crashes on Android: http://crbug.com/403804
#if OS(ANDROID)
TEST_F(WebFrameTest, DISABLED_PrintingBasic)
#else
TEST_F(WebFrameTest, PrintingBasic) TEST_F(WebFrameTest, PrintingBasic)
#endif
{ {
FrameTestHelpers::WebViewHelper webViewHelper; FrameTestHelpers::WebViewHelper webViewHelper;
webViewHelper.initializeAndLoad("data:text/html,Hello, world."); webViewHelper.initializeAndLoad("data:text/html,Hello, world.");
......
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