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

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

Issue 1187423002: Enable slimming paint for editing, media, paint, plugins, printing, scrollbars, selection, transform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Restore an accidentally removed unrelated expectation 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 1c24cc31ea8c91053f152bc3f4b39a3f8285f5c3..a4fc784aca19e8cf5c2052e641b0a83aed0ecda6 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1575,8 +1575,16 @@ class Port(object):
PhysicalTestSuite('css1', ['--enable-slimming-paint']),
PhysicalTestSuite('css2.1', ['--enable-slimming-paint']),
PhysicalTestSuite('css3', ['--enable-slimming-paint']),
+ PhysicalTestSuite('editing', ['--enable-slimming-paint']),
PhysicalTestSuite('fast', ['--enable-slimming-paint']),
+ PhysicalTestSuite('media', ['--enable-slimming-paint']),
+ PhysicalTestSuite('paint', ['--enable-slimming-paint']),
+ PhysicalTestSuite('plugins', ['--enable-slimming-paint']),
+ PhysicalTestSuite('printing', ['--enable-slimming-paint']),
+ PhysicalTestSuite('scrollbars', ['--enable-slimming-paint']),
+ PhysicalTestSuite('selection', ['--enable-slimming-paint']),
PhysicalTestSuite('svg', ['--enable-slimming-paint']),
+ PhysicalTestSuite('transforms', ['--enable-slimming-paint']),
]
def virtual_test_suites(self):
« 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