1 <svg xmlns=
"http://www.w3.org/2000/svg">
3 <body xmlns=
"http://www.w3.org/1999/xhtml">
4 <div style=
"position:absolute">This test passes if we do NOT crash while rendering SVG text with CSS styles :first-letter and :first-line.
</div>
8 text:first-letter { color: red }
9 text:first-line { color: red }
11 <text x=
"10" y=
"50">Some text
</text>
13 if (window.testRunner)
14 testRunner.dumpAsText();