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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 1119293002: Enable new multicol for testing and experimental web platform features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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: LayoutTests/VirtualTestSuites
diff --git a/LayoutTests/VirtualTestSuites b/LayoutTests/VirtualTestSuites
index 8cbd9ee4ef01d0bae246f956809b255e4bb892b4..c5ce7ca460f99a7a1f02e36fa614f0ca7f3af29e 100644
--- a/LayoutTests/VirtualTestSuites
+++ b/LayoutTests/VirtualTestSuites
@@ -103,6 +103,21 @@
},
{
"prefix": "stable",
+ "base": "compositing/columns",
+ "args": ["--stable-release-mode"]
+ },
+ {
+ "prefix": "stable",
+ "base": "fast/multicol",
+ "args": ["--stable-release-mode"]
+ },
+ {
+ "prefix": "stable",
+ "base": "fast/pagination",
+ "args": ["--stable-release-mode"]
+ },
+ {
+ "prefix": "stable",
"base": "web-animations-api",
"args": ["--stable-release-mode"]
},
@@ -123,25 +138,10 @@
"args": ["--enable-threaded-compositing"]
},
{
- "prefix": "regionbasedmulticol",
- "base": "compositing/columns",
- "args": ["--enable-region-based-columns"]
- },
- {
- "prefix": "regionbasedmulticol",
- "base": "fast/multicol",
- "args": ["--enable-region-based-columns"]
- },
- {
- "prefix": "regionbasedmulticol",
- "base": "fast/pagination",
- "args": ["--enable-region-based-columns"]
- },
- {
"prefix": "slimmingpaint",
"base": "fast",
- "args": ["--enable-slimming-paint", "--enable-region-based-columns", "--enable-blink-features=slimmingPaintUnderInvalidationChecking"],
- "reference_args": ["--enable-region-based-columns"]
+ "args": ["--enable-slimming-paint", "--enable-blink-features=slimmingPaintUnderInvalidationChecking"],
+ "reference_args": []
},
{
"prefix": "slimmingpaint",

Powered by Google App Engine
This is Rietveld 408576698