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

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

Issue 779383003: Impl-side painting for css*/ layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix mix-blend-mode-with-masking expectation Created 6 years 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/css3/masking/mask-repeat-space-content-expected.html ('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 8b81dc7dfd755446594243967ba052d16ca6056d..9e111a28eac7f55a583409956ca19c948a02d725 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1553,6 +1553,11 @@ class Port(object):
# PhysicalTestSuite('svg',
# ['--force-compositing-mode']),
PhysicalTestSuite('compositing', ['--enable-impl-side-painting']),
+ PhysicalTestSuite('css1', ['--enable-impl-side-painting']),
+ PhysicalTestSuite('css2.1', ['--enable-impl-side-painting']),
+ PhysicalTestSuite('css3', ['--enable-impl-side-painting']),
+ PhysicalTestSuite('cssom', ['--enable-impl-side-painting']),
+ PhysicalTestSuite('css-parser', ['--enable-impl-side-painting']),
PhysicalTestSuite('fast', ['--enable-impl-side-painting']),
PhysicalTestSuite('svg', ['--enable-impl-side-painting']),
]
« no previous file with comments | « LayoutTests/css3/masking/mask-repeat-space-content-expected.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698