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

Unified Diff: LayoutTests/fast/text/aat-morx.html

Issue 175253002: Switch to HarfBuzz on Mac and remove CoreText shaper (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fighting trunk TestExpectation changes Created 6 years, 3 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: LayoutTests/fast/text/aat-morx.html
diff --git a/LayoutTests/fast/text/aat-morx.html b/LayoutTests/fast/text/aat-morx.html
new file mode 100644
index 0000000000000000000000000000000000000000..3c4a8ed471b843ffb44ea211c34617fbaf00f322
--- /dev/null
+++ b/LayoutTests/fast/text/aat-morx.html
@@ -0,0 +1,10 @@
+<style>
+.aattest {
+ font-family: ChromiumAATTest;
+ text-rendering: optimizeLegibility;
+ font-size: 250px;
+}
+</style>
+You should see a black and white Chromium logo. This test requires the ChromiumAATTest font to be available in the test
+runner, the test only works on Mac in order to verify AAT font support.
+<div class="aattest">abcd</div>
« no previous file with comments | « LayoutTests/TestExpectations ('k') | LayoutTests/platform/mac/virtual/antialiasedtext/fast/text/aat-morx-expected.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698