Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1554)

Unified Diff: Tools/Scripts/webkitpy/layout_tests/port/base.py

Issue 249343002: Create an antialiased virtual layout test group for font testing on Mac (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Review comments addressed, uploading with --no-find-copies Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
« Source/platform/fonts/mac/FontMac.cpp ('K') | « Source/platform/fonts/mac/FontMac.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698