3 testRunner
.dumpAsText();
5 var svg
= document
.createElementNS("http://www.w3.org/2000/svg", "svg");
7 // Access all the properties on the <svg> element
8 // at least one of them (like viewport) will call SVGSVGElement::isOutermostSVG()
9 // and will trigger the crash seen in https://bugs.webkit.org/show_bug.cgi?id=25105
13 <div>PASSED -- webkit did not crash in SVGSVGElement::isOutermostSVG(). See https://bugs.webkit.org/show_bug.cgi?id=
25105</div>