Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / unicode-variation-selector-expected.html
blob1495dbcc2e9b3d7932bf2294d3d17ea8e064b5d4
1 <style>
2 .ahem {
3 font:20px/1 Ahem;
5 </style>
6 <p>
7 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, 1em 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 after the glyph on all platforms.
8 </p>
9 <div>
10 Without UVS:
11 <span class="ahem">X</span>
12 should look like <span class="ahem">X</span>
13 </div>
14 <div>
15 With UVS:
16 <span class="ahem">p</span>
17 should look like <span class="ahem">p</span>
18 </div>
19 <div>
20 UVS not in the font should fallback to base:
21 <span class="ahem">X</span>
22 should look like <span class="ahem">X</span>
23 </div>