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

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

Issue 1193533006: Migrate svg layout tests to use slimming paint by default (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Ready to go 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
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..49883ae1ce05961167ee962fe61b5a2778777881 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1572,6 +1572,7 @@ class Port(object):
# ['--force-compositing-mode']),
PhysicalTestSuite('compositing', ['--enable-slimming-paint']),
PhysicalTestSuite('fast', ['--enable-slimming-paint']),
+ PhysicalTestSuite('svg', ['--enable-slimming-paint']),
]
def virtual_test_suites(self):

Powered by Google App Engine
This is Rietveld 408576698