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