summaryrefslogtreecommitdiffstats
path: root/dom/html/crashtests/614988-1.html
blob: 931f83ac735984dd42a1459287cf25f3a51563e5 (plain)
1
2
3
4
5
<!DOCTYPE html>
<html>
<head><script>window.addEventListener("load", function() { var t = document.getElementById("t"); t.appendChild(t.previousSibling); }, false);</script></head>
<body><fieldset><legend></legend><textarea id="t"></textarea></fieldset></body>
</html>