tenfourfox/dom/html/crashtests/614988-1.html

6 lines
269 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<!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>