summaryrefslogtreecommitdiffstats
path: root/WebCore/manual-tests/resources/window-close-during-parsing-popup1.html
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/manual-tests/resources/window-close-during-parsing-popup1.html')
-rw-r--r--WebCore/manual-tests/resources/window-close-during-parsing-popup1.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/WebCore/manual-tests/resources/window-close-during-parsing-popup1.html b/WebCore/manual-tests/resources/window-close-during-parsing-popup1.html
deleted file mode 100644
index 249cea8..0000000
--- a/WebCore/manual-tests/resources/window-close-during-parsing-popup1.html
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-<body onload="alert('FAIL: onload fired')" onunload="alert('FAIL: onunload fired')">
-<script>
-window.close();
-alert('PASS: same script tag after close');
-</script>
-<script>
-alert('FAIL: different script tag after close');
-</script>
-</body>
-</html>