1 <svg xmlns=
"http://www.w3.org/2000/svg">
2 <text y=
"50">Test passes if it does not crash when run with libgmalloc.
</text>
5 testRunner.dumpAsText();
7 <text><a id=
"a"><tspan>FAIL
</tspan></a></text>
10 var range = document.createRange();
11 range.selectNode(window.document.documentElement);
12 var selection = window.getSelection();
13 selection.removeAllRanges();
14 selection.addRange(range);
15 document.getElementById(
"a").textContent =
"PASS";