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

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

Issue 70903004: Web Animations CSS: Add to experimental web platform features (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Add expectations for a couple more newly failing tests Created 7 years, 1 month 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 | « Source/platform/RuntimeEnabledFeatures.in ('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 a722f1e05f4a726d286a6b24c0916a0c58268fa5..bf4893d1414492d926566be5ca3529f71529f30f 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1539,12 +1539,12 @@ class Port(object):
VirtualTestSuite('threaded',
'transitions',
['--enable-threaded-compositing']),
- VirtualTestSuite('web-animations-css',
+ VirtualTestSuite('legacy-animations-engine',
'animations',
- ['--enable-web-animations-css']),
- VirtualTestSuite('web-animations-css',
+ ['--disable-web-animations-css']),
+ VirtualTestSuite('legacy-animations-engine',
'transitions',
- ['--enable-web-animations-css']),
+ ['--disable-web-animations-css']),
VirtualTestSuite('stable',
'webexposed',
['--stable-release-mode']),
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698