diff options
Diffstat (limited to '')
-rw-r--r-- | dom/base/test/file_bug518104.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dom/base/test/file_bug518104.js b/dom/base/test/file_bug518104.js new file mode 100644 index 0000000000..72a684522f --- /dev/null +++ b/dom/base/test/file_bug518104.js @@ -0,0 +1,3 @@ +document.write("<p></p>"); +parent.done(); +document.close(); |