| 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']),
|
|
|