Mypal/layout/base/crashtests/501878-1.html

6 lines
277 B
HTML
Raw Permalink Normal View History

2019-03-11 10:26:37 +00:00
<svg xmlns="http://www.w3.org/2000/svg">
<script type='text/javascript'>
window.addEventListener("load", function(){ document.getElementById("x").appendChild(document.createTextNode(" ")); }, false);
</script>
<text id="x"><text style="position: absolute;"/>Hello</text></svg>