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 415e5e3040db0182cf5cfff4a91818b11a705df8..ef48a424a749100bb99d070c7ceeb739a3473b9b 100644 |
--- a/Tools/Scripts/webkitpy/layout_tests/port/base.py |
+++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py |
@@ -1595,9 +1595,13 @@ class Port(object): |
VirtualTestSuite('linux-subpixel', |
'platform/linux/fast/text/subpixel', |
['--enable-webkit-text-subpixel-positioning']), |
+ # FIXME: --enable-font-smoothing really means font antialiasing. |
Dirk Pranke
2014/04/25 15:43:39
Nit: please include the bug number in the comment.
|
VirtualTestSuite('windows-directwrite', |
'fast/text', |
['--enable-direct-write', '--enable-font-smoothing']), |
+ VirtualTestSuite('mac-antialiasedtext', |
+ 'fast/text', |
+ ['--enable-font-smoothing']), |
] |
@memoized |