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

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

Issue 1129173006: Enable slimming paint by default (for trybots only) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Tue Jun 9 10:33:43 PDT 2015 Created 5 years, 6 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
Index: Source/web/tests/WebViewTest.cpp
diff --git a/Source/web/tests/WebViewTest.cpp b/Source/web/tests/WebViewTest.cpp
index 7aaa5495fe5a6014f9ea5d54af442e428c149908..4e6a6f98cb3b5c14536f99a55699bff9d9da0683 100644
--- a/Source/web/tests/WebViewTest.cpp
+++ b/Source/web/tests/WebViewTest.cpp
@@ -506,7 +506,7 @@ TEST_F(WebViewTest, SetBaseBackgroundColorBeforeMainFrame)
frame->close();
}
-TEST_F(WebViewTest, SetBaseBackgroundColorAndBlendWithExistingContent)
+TEST_F(WebViewTest, DISABLED_SetBaseBackgroundColorAndBlendWithExistingContent)
wkorman 2015/06/09 23:31:06 Do you remember what prompted need to disable this
Xianzhu 2015/06/09 23:52:19 Perhaps because of incompatible painting method at
{
const WebColor kAlphaRed = 0x80FF0000;
const WebColor kAlphaGreen = 0x8000FF00;
« no previous file with comments | « Source/platform/graphics/paint/DisplayItemListTest.cpp ('k') | Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698