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

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

Issue 139273007: Web Animations: Remove legacy animations engine. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix TestExpectations. Created 6 years, 10 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
« no previous file with comments | « Source/core/testing/Internals.cpp ('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 deaf3beef9ff9a12fe77d391e90b1a81d9c01cba..de34f06cfed3a8574f677eb624c964debea69f86 100644
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
@@ -1553,12 +1553,6 @@ class Port(object):
VirtualTestSuite('threaded',
'transitions',
['--enable-threaded-compositing']),
- VirtualTestSuite('legacy-animations-engine',
- 'animations',
- ['--disable-web-animations-css']),
- VirtualTestSuite('legacy-animations-engine',
- 'transitions',
- ['--disable-web-animations-css']),
VirtualTestSuite('stable',
'webexposed',
['--stable-release-mode']),
« no previous file with comments | « Source/core/testing/Internals.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698