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

Unified Diff: third_party/WebKit/LayoutTests/fast/text/font-variant-ligatures-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-variant-ligatures-expected.html
diff --git a/third_party/WebKit/LayoutTests/fast/text/font-variant-ligatures-expected.html b/third_party/WebKit/LayoutTests/fast/text/font-variant-ligatures-expected.html
deleted file mode 100644
index 7cef18b97f1e8cbc06f914f41c3e27c7512edf5a..0000000000000000000000000000000000000000
--- a/third_party/WebKit/LayoutTests/fast/text/font-variant-ligatures-expected.html
+++ /dev/null
@@ -1,28 +0,0 @@
-<style>
- @font-face {
- font-family: megalopolis;
- src: url(../../third_party/MEgalopolis/MEgalopolisExtra.woff) format("woff");
- }
- @font-face {
- font-family: libertine;
- src: url(../../third_party/Libertine/LinLibertine_R.woff) format("woff");
- }
- body { font-size: 36px; font-family: megalopolis, 'DejaVu Sans', Times; font-kerning: none; }
- .ligatures { text-rendering: optimizelegibility; }
- .dlig { -webkit-font-feature-settings: "dlig" 1; }
- .hlig { -webkit-font-feature-settings: "hlig" 1; }
-</style>
-<body>
- <div>file</div>
- <div>file</div>
- <div class="ligatures">file</div>
- <div>file</div>
- <div class="ligatures">file</div>
- <div class="ligatures">&#xfb01;le</div>
- <div>ABRACADABRA</div>
- <div class="ligatures dlig">ABRACADABRA</div>
- <div style="font-family: libertine">
- <div>activist</div>
- <div class="hlig">activist</div>
- </div>
-</body>

Powered by Google App Engine
This is Rietveld 408576698