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

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: 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..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
« 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