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

Side by Side Diff: LayoutTests/fast/text/unicode-variation-selector.html

Issue 954603003: Update font for unicode-variation-selector.html (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: TestExpectations Created 5 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 | Annotate | Revision Log
« no previous file with comments | « LayoutTests/fast/text/resources/gw432047-license.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <style> 1 <style>
2 @font-face { 2 @font-face {
3 font-family: ivsfont; 3 font-family: ivsfont;
4 src: url(resources/gw432047.ttf); 4 src: url(resources/AhemIVS.ttf);
5 } 5 }
6 .ivs { 6 .ivs {
7 font-family: ivsfont; 7 font-family: ivsfont;
8 } 8 }
9 </style> 9 </style>
10 <p> 10 <p>
11 This page ensures that WebKit can render unicode variation selector correctly. On platforms which support UVSes, the glyphs of U+845B should be different. On p latforms which don't support UVSes, they should be identical. In addition, any glyphs (including the last resort glyph) should not appear after the U+845B on a ll platforms. 11 This page ensures that WebKit can render unicode variation selector correctly. On platforms which support UVSes, the glyph of U+0061 should be a 0.2em high, 1e m wide rectangle. On platforms which don't support UVSes, it should be a square. In addition, any glyphs (including the last resort glyph) should not appear af ter the glyph on all platforms.
12 </p> 12 </p>
13 <div> 13 <div>
14 Glyph for code point U+845B without UVS: 14 Glyph for code point U+0061 without UVS:
15 <span style="font-family: ivsfont;">&#x845b;</span> 15 <span style="font-family: ivsfont;">&#x0061;</span>
16 </div> 16 </div>
17 <div> 17 <div>
18 Glyph for code point U+845B with UVS: 18 Glyph for code point U+0061 with UVS:
19 <span style="font-family: ivsfont;" id='ivs-holder'>&#x845b;&#xE0100;</span> 19 <span style="font-family: ivsfont;" id='ivs-holder'>&#x0061;&#xE0100;</span>
20 </div> 20 </div>
OLDNEW
« no previous file with comments | « LayoutTests/fast/text/resources/gw432047-license.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698