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

Unified Diff: LayoutTests/VirtualTestSuites

Issue 1028383002: Enable new multicol for testing and experimental web platform features. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Need to mark virtual/slimmingpaint/svg/text/columns-do-not-apply.html as failing too. Created 5 years, 9 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 8fdc3cfee892f0c2ef536b2b7d680bff9e79fe5d..bd651691fc98d26dedc6cfdd650934e337fd325e 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,21 +138,6 @@
"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/block",
"args": ["--enable-slimming-paint"],
@@ -265,8 +265,8 @@
{
"prefix": "slimmingpaint",
"base": "fast/multicol",
- "args": ["--enable-slimming-paint", "--enable-region-based-columns"],
- "reference_args": ["--enable-region-based-columns"]
+ "args": ["--enable-slimming-paint"],
+ "reference_args": []
},
{
"prefix": "rootlayerscrolls",

Powered by Google App Engine
This is Rietveld 408576698