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

Side by Side Diff: LayoutTests/fast/text/font-variant-ligatures-expected.html

Issue 77413003: Make -webkit-font-variant-ligatures actually work. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: reftests need ImageOnlyFailure, not Failure Created 6 years, 10 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
1 <style> 1 <style>
2 @font-face {
3 font-family: megalopolis;
4 src: url(../../third_party/MEgalopolis/MEgalopolisExtra.woff) format("wo ff");
5 }
6 body { font-size: 36px; font-family: megalopolis, 'DejaVu Sans', Times; }
2 .ligatures { text-rendering: optimizelegibility; } 7 .ligatures { text-rendering: optimizelegibility; }
3 </style> 8 </style>
4 <body style="font-size: 36px;"> 9 <body>
5 <div>file</div> 10 <div>file</div>
6 <div>file</div> 11 <div>file</div>
7 <div class="ligatures">file</div> 12 <div class="ligatures">file</div>
8 <div>file</div> 13 <div>file</div>
9 <div class="ligatures">file</div> 14 <div class="ligatures">file</div>
10 <div class="ligatures">file</div> 15 <div class="ligatures">&#xfb01;le</div>
11 </body> 16 </body>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/font-variant-ligatures.html ('k') | Source/platform/fonts/harfbuzz/HarfBuzzShaper.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698