1 <svg xmlns=
"http://www.w3.org/2000/svg">
2 <!-- Test for http://crbugs.com/317484 -->
3 <rect width=
"100" height=
"100" fill=
"green"/>
4 <text y=
"230">PASS: did not crash.
</text>
7 testRunner.dumpAsText();
9 var w = document.rootElement.width.baseVal.value;
10 var h = document.rootElement.height.baseVal.value;