tenfourfox/dom/html/test/file_bug649778.html

12 lines
202 B
HTML
Raw Normal View History

2017-04-19 07:56:45 +00:00
<html>
<script>
function test() {
document.open();
document.write('<html><body>WYCIWYG DOCUMENT</body></html>');
document.close();
}
</script>
<body onload="setTimeout(test, 0);">
</body>
</html>