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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 1187513002: Enable slimming paint for virtual/display_list_2d_canvas (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TestExpectations 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
« LayoutTests/TestExpectations ('K') | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/VirtualTestSuites
diff --git a/LayoutTests/VirtualTestSuites b/LayoutTests/VirtualTestSuites
index 2f99c4be06890978dfddc868a7daf6a1270915bd..ec59a0ffb66b8db8b3a3d306203e11d61a456c89 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -14,12 +14,14 @@
{
"prefix": "display_list_2d_canvas",
"base": "fast/canvas",
- "args": ["--force-display-list-2d-canvas"]
+ "args": ["--force-display-list-2d-canvas",
+ "--enable-slimming-paint"]
},
{
"prefix": "display_list_2d_canvas",
"base": "canvas/philip",
- "args": ["--force-display-list-2d-canvas"]
+ "args": ["--force-display-list-2d-canvas",
+ "--enable-slimming-paint"]
},
{
"prefix": "threaded",
« LayoutTests/TestExpectations ('K') | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698