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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 818233003: Add no-op disable-impl-side-painting flag to one suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 11 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: LayoutTests/VirtualTestSuites
diff --git a/LayoutTests/VirtualTestSuites b/LayoutTests/VirtualTestSuites
index b9a51d0f71fe6ae7ef946849d947b0dae1689415..5ea4ba59b996c91cebd540087b5b4263de0884a8 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -37,13 +37,15 @@
"prefix": "deferred",
"base": "fast/images",
"args": ["--enable-deferred-image-decoding",
- "--enable-per-tile-painting"]
+ "--enable-per-tile-painting",
+ "--disable-impl-side-painting"]
},
{
"prefix": "deferred",
"base": "inspector/tracing",
"args": ["--enable-deferred-image-decoding",
- "--enable-per-tile-painting"]
+ "--enable-per-tile-painting",
+ "--disable-impl-side-painting"]
},
{
"prefix": "prefer_compositing_to_lcd_text",
« 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