haikuwebkit/LayoutTests/svg/text/alt-glyph-for-surrogate-pai...

10 lines
444 B
XML

<html xmlns="http://www.w3.org/1999/xhtml" xmlns:xlink="http://www.w3.org/1999/xlink">
<svg width="200" height="100" xmlns="http://www.w3.org/2000/svg">
<font>
<font-face font-family="xyzzy" units-per-em="10"/>
<glyph id="sekrit" horiz-adv-x="14" d="m0,0 l10,0 l0,10 l-10,0 z"/>
</font>
<rect fill="green" x="25" y="9" width="16" height="16"/>
<text x="47" y="25" font-family="xyzzy">PASSED</text>
</svg>
</html>