haikuwebkit/LayoutTests/fast/text/unicode-variation-selector....

21 lines
708 B
HTML

<style>
@font-face {
font-family: ivsfont;
src: url(resources/gw432047.ttf);
}
.ivs {
font-family: ivsfont;
}
</style>
<p>
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 platforms 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 all platforms.
</p>
<div>
Glyph for code point U+845B without UVS:
<span style="font-family: ivsfont;">&#x845b;</span>
</div>
<div>
Glyph for code point U+845B with UVS:
<span style="font-family: ivsfont;" id='ivs-holder'>&#x845b;&#xE0100;</span>
</div>