tenfourfox/dom/html/crashtests/614988-1.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

6 lines
269 B
HTML

<!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>