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

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

Issue 39353003: Web Animations CSS: Add transitions tests to virtual/web-animations-css (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 7 years, 2 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 9e13ff11331694ae003b0a730e80121ada6c0c85..5d593b00ed7abec0277e76f44529b41b5e9fd9b7 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1538,6 +1538,9 @@ class Port(object):
VirtualTestSuite('web-animations-css',
'animations',
['--enable-web-animations-css']),
+ VirtualTestSuite('web-animations-css',
+ 'transitions',
+ ['--enable-web-animations-css']),
VirtualTestSuite('stable',
'webexposed',
['--stable-release-mode']),

Powered by Google App Engine
This is Rietveld 408576698