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

Unified Diff: third_party/WebKit/LayoutTests/VirtualTestSuites

Issue 2562033003: More virtual/spinvalidation tests (skipped by default) (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/LayoutTests/VirtualTestSuites
diff --git a/third_party/WebKit/LayoutTests/VirtualTestSuites b/third_party/WebKit/LayoutTests/VirtualTestSuites
index 5af15c2057ef0baf14ae819aaf52532f9f271c31..cb50a790244d1590f5a27d9f41d8c9aadc1ddef0 100644
--- a/third_party/WebKit/LayoutTests/VirtualTestSuites
+++ b/third_party/WebKit/LayoutTests/VirtualTestSuites
@@ -337,7 +337,22 @@
},
{
"prefix": "spinvalidation",
- "base": "paint/invalidation",
+ "base": "compositing",
+ "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
+ },
+ {
+ "prefix": "spinvalidation",
+ "base": "fast",
+ "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
+ },
+ {
+ "prefix": "spinvalidation",
+ "base": "paint",
+ "args": ["--enable-blink-features=SlimmingPaintInvalidation"]
+ },
+ {
+ "prefix": "spinvalidation",
+ "base": "svg",
"args": ["--enable-blink-features=SlimmingPaintInvalidation"]
}
]

Powered by Google App Engine
This is Rietveld 408576698