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