| 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 e63a5d5df88d668f90081e394a9d45b1d19d1618..721359af5c65e6ca32d31e8835cb1258a22d46b9 100644
|
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -1604,6 +1604,10 @@ class Port(object):
|
| VirtualTestSuite('windows-directwrite',
|
| 'fast/text',
|
| ['--enable-direct-write', '--enable-font-antialiasing']),
|
| + VirtualTestSuite('mac-antialiasedtext',
|
| + 'fast/text',
|
| + ['--enable-font-antialiasing']),
|
| +
|
| ]
|
|
|
| @memoized
|
|
|