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

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 343963002: [New Multicolumn] Create a virtual testsuite for the region based multicol impl. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: ImageOnlyFailure Created 6 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
« no previous file with comments | « LayoutTests/virtual/regionbasedmulticol/fast/multicol/README.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/Scripts/webkitpy/layout_tests/port/base.py
diff --git a/Tools/Scripts/webkitpy/layout_tests/port/base.py b/Tools/Scripts/webkitpy/layout_tests/port/base.py
index 202d146fcfa2bc168dbf0e111742f8b16eea8bb9..868367a8c7fffc5105e029d2ce6fac21dec824a0 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1608,6 +1608,9 @@ class Port(object):
VirtualTestSuite('threaded',
'printing',
['--enable-threaded-compositing']),
+ VirtualTestSuite('regionbasedmulticol',
+ 'fast/multicol',
+ ['--enable-region-based-columns']),
]
@memoized
« no previous file with comments | « LayoutTests/virtual/regionbasedmulticol/fast/multicol/README.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698