| Index: Source/web/tests/WebFrameTest.cpp
|
| diff --git a/Source/web/tests/WebFrameTest.cpp b/Source/web/tests/WebFrameTest.cpp
|
| index c9ad06be9c35c6ccb2b4e31eb565864b3fc21515..ededaf7ef60dc3d9dcecc4e39ef1eb77d01fd2bd 100644
|
| --- a/Source/web/tests/WebFrameTest.cpp
|
| +++ b/Source/web/tests/WebFrameTest.cpp
|
| @@ -5802,7 +5802,12 @@ TEST_F(WebFrameTest, NodeImageTestFloatLeft)
|
| 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)
|
| +#endif
|
| {
|
| FrameTestHelpers::WebViewHelper webViewHelper;
|
| webViewHelper.initializeAndLoad("data:text/html,Hello, world.");
|
|
|