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

Side by Side 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 unified diff | Download patch
OLDNEW
(Empty)
1 <style>
2 @font-face {
3 font-family: megalopolis;
4 src: url(../../third_party/MEgalopolis/MEgalopolisExtra.woff) format("wo ff");
5 }
6 @font-face {
7 font-family: libertine;
8 src: url(../../third_party/Libertine/LinLibertine_R.woff) format("woff") ;
9 }
10 body { font-size: 36px; font-family: megalopolis, 'DejaVu Sans', Times; font -kerning: none; }
11 .ligatures { text-rendering: optimizelegibility; }
12 .dlig { -webkit-font-feature-settings: "dlig" 1; }
13 .hlig { -webkit-font-feature-settings: "hlig" 1; }
14 </style>
15 <body>
16 <div>file</div>
17 <div>file</div>
18 <div class="ligatures">file</div>
19 <div>file</div>
20 <div class="ligatures">file</div>
21 <div class="ligatures">&#xfb01;le</div>
22 <div>ABRACADABRA</div>
23 <div class="ligatures dlig">ABRACADABRA</div>
24 <div style="font-family: libertine">
25 <div>activist</div>
26 <div class="hlig">activist</div>
27 </div>
28 </body>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698