7 src: url(resources/AhemIVS.ttf);
14 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.
18 <span class=
"ivs">a</span>
19 should look like
<span class=
"ahem">X
</span>
23 <span class=
"ivs">a󠄀</span>
24 should look like
<span class=
"ahem">p
</span>
27 UVS not in the font should fallback to base:
28 <span class=
"ivs">a󠄁</span> should look like
<span class=
"ahem">X
</span>
31 if (window
.testRunner
) {
32 testRunner
.waitUntilDone();
33 document
.fonts
.ready
.then(function () {
34 testRunner
.notifyDone();