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

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

Issue 786893005: Impl-side painting for tables/ layout tests (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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
« LayoutTests/TestExpectations ('K') | « LayoutTests/TestExpectations ('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 de5862c7ce1ecbb54832f4ce5b7acc802a724924..6d38d5b5e9847796b860ee10064de4eafd727a70 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1561,6 +1561,7 @@ class Port(object):
PhysicalTestSuite('editing', ['--enable-impl-side-painting']),
PhysicalTestSuite('fast', ['--enable-impl-side-painting']),
PhysicalTestSuite('svg', ['--enable-impl-side-painting']),
+ PhysicalTestSuite('tables', ['--enable-impl-side-painting']),
]
def virtual_test_suites(self):
« LayoutTests/TestExpectations ('K') | « LayoutTests/TestExpectations ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698