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

8 lines
126 B
HTML
Raw Normal View History

2015-10-21 05:03:22 +02:00
<html>
<body>
<script>
document.body.appendChild( document.createElement( "TEXTAREA" ) );
</script>
</body>
</html>