RetroZilla/layout/html/tests/formctls/bugs/bug222864.html
2015-10-20 23:03:22 -04:00

8 lines
126 B
HTML

<html>
<body>
<script>
document.body.appendChild( document.createElement( "TEXTAREA" ) );
</script>
</body>
</html>