| 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 a4fc784aca19e8cf5c2052e641b0a83aed0ecda6..f75092bf3856c35b9e4021f8560d02a76d0e6eeb 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -1584,6 +1584,7 @@ class Port(object):
|
| PhysicalTestSuite('scrollbars', ['--enable-slimming-paint']),
|
| PhysicalTestSuite('selection', ['--enable-slimming-paint']),
|
| PhysicalTestSuite('svg', ['--enable-slimming-paint']),
|
| + PhysicalTestSuite('tables', ['--enable-slimming-paint']),
|
| PhysicalTestSuite('transforms', ['--enable-slimming-paint']),
|
| ]
|
|
|
|
|