Chromium Code Reviews| 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..bc0f4b90dfd41a0f6a939306f780c9684e8dc05a 100644 |
| --- a/Tools/Scripts/webkitpy/layout_tests/port/base.py |
| +++ b/Tools/Scripts/webkitpy/layout_tests/port/base.py |
| @@ -1598,6 +1598,9 @@ class Port(object): |
| VirtualTestSuite('windows-directwrite', |
| 'fast/text', |
| ['--enable-direct-write', '--enable-font-smoothing']), |
| + VirtualTestSuite('antialiasedtext', |
| + 'fast/text', |
| + ['--enable-font-smoothing']), |
|
Dirk Pranke
2014/04/23 19:25:48
Same sort of comment here (i.e.,. add a comment ab
|
| ] |
| @memoized |