summaryrefslogtreecommitdiffstats
path: root/layout/base/crashtests/501878-1.html
blob: adecb96a965ef1534b78b83d939853926335b27f (plain)
1
2
3
4
5
<svg xmlns="http://www.w3.org/2000/svg">
<script type='text/javascript'>
window.addEventListener("load", function(){ document.getElementById("x").appendChild(document.createTextNode(" ")); });
</script>
<text id="x"><text style="position: absolute;"/>Hello</text></svg>