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

Side by Side Diff: LayoutTests/fast/text/space-ligature.html

Issue 1218523003: Introduce layout test rendering a ligature composed of a space glyph (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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
« no previous file with comments | « no previous file | LayoutTests/fast/text/space-ligature-expected.html » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 <style type="text/css">
2 @font-face {
3 font-family: ahemspaceligature;
4 src: url("../../third_party/AhemSpaceLigature/AhemSpaceLigature.woff");
5 }
6 .ahemspaceligature {
7 font-family: ahemspaceligature;
8 font-variant-ligatures: common-ligatures;
9 }
10 </style>
11 <body>
12 Tests whether ligatures containing a space are rendered correctly using the Ahem SpaceLigature test font.<br>
13 Below you should see a U-shaped polygon, not two separate boxes.
14 <div class="ahemspaceligature">A A</div>
15 </body>
OLDNEW
« no previous file with comments | « no previous file | LayoutTests/fast/text/space-ligature-expected.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698