gecko/layout/html/tests/formctls/bugs/bug222864.html

8 lines
126 B
HTML
Raw Normal View History

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