diff options
Diffstat (limited to 'dom/html/test/file_bug649778.html')
-rw-r--r-- | dom/html/test/file_bug649778.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/dom/html/test/file_bug649778.html b/dom/html/test/file_bug649778.html new file mode 100644 index 000000000..48a9870e7 --- /dev/null +++ b/dom/html/test/file_bug649778.html @@ -0,0 +1,11 @@ +<html> +<script> +function test() { + document.open(); + document.write('<html><body>WYCIWYG DOCUMENT</body></html>'); + document.close(); +} +</script> +<body onload="setTimeout(test, 0);"> +</body> +</html> |