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

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

Issue 1188313002: Enable slimming paint for css1/, css2.1/ and css3/ (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 5 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/VirtualTestSuites ('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 7beaa99adc3cf73c294149b74a2531a715f56854..a2115aad618df559caa31e12e0d4d8d4d9995a48 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1571,6 +1571,9 @@ class Port(object):
# PhysicalTestSuite('svg',
# ['--force-compositing-mode']),
PhysicalTestSuite('compositing', ['--enable-slimming-paint']),
+ PhysicalTestSuite('css1', ['--enable-slimming-paint']),
+ PhysicalTestSuite('css2.1', ['--enable-slimming-paint']),
+ PhysicalTestSuite('css3', ['--enable-slimming-paint']),
PhysicalTestSuite('fast', ['--enable-slimming-paint']),
]
« no previous file with comments | « LayoutTests/VirtualTestSuites ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698