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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/font-kerning-expected.html

Issue 1395333002: Change kerning & ligature tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch for landing Created 5 years, 2 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: third_party/WebKit/LayoutTests/fast/text/font-kerning-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/font-kerning-expected.html b/third_party/WebKit/LayoutTests/fast/text/font-kerning-expected.html
deleted file mode 100644
index d19869e66abf71bc5b8a2b15a478bab04a6a1fb5..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/text/font-kerning-expected.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<style>
- .kerned { text-rendering: optimizelegibility; }
-</style>
-<body style="font-size: 36px; font-family: 'DejaVu Sans', Arial;">
- <div>AVAVAVAV</div>
- <div>AVAVAVAV</div>
- <div class="kerned">AVAVAVAV</div>
- <div>AVAVAVAV</div>
- <div class="kerned">AVAVAVAV</div>
- <div class="kerned">AVAVAVAV</div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698