1 <html xmlns=
"http://www.w3.org/1999/xhtml">
4 testRunner
.dumpAsText();
7 This test is to ensure that we do not crash when applying an SVG font to a text node with an anonymous parent. It passes if it does not crash.
8 <svg xmlns=
"http://www.w3.org/2000/svg" style=
"display: none;">
10 <font id=
"ValidTestFont" horiz-adv-x=
"450" >
11 <font-face font-family=
"ValidTestFont" />
12 <glyph glyph-name=
"exclam" unicode=
"!" horiz-adv-x=
"350" d=
"M 100 100 L 100 300 L 300 300 L 300 100 z" />
16 <div style=
"font-family: ValidTestFont">!
<div>!
</div></div>