Index: LayoutTests/fast/parser/resources/document-write-then-close.html |
diff --git a/LayoutTests/fast/parser/resources/document-write-then-close.html b/LayoutTests/fast/parser/resources/document-write-then-close.html |
new file mode 100644 |
index 0000000000000000000000000000000000000000..20bcaec9b44a0d475715784d58570426cb3944ba |
--- /dev/null |
+++ b/LayoutTests/fast/parser/resources/document-write-then-close.html |
@@ -0,0 +1,7 @@ |
+<!DOCTYPE html> |
+<script> |
+document.write("<script src='" + "irrelevant.js" + "'></scr" + "ipt>"); |
+window.close(); |
+if (window.testRunner) |
+ testRunner.notifyDone(); |
+</script> |