Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1948)

Unified Diff: Source/web/tests/WebFrameTest.cpp

Issue 472013002: Disable WebFrameTest.PrintingBasic on Android (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.");
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698