Index: LayoutTests/fast/frames/resources/navigate-top-by-name-to-fail.html |
diff --git a/LayoutTests/fast/frames/resources/navigate-top-by-name-to-fail.html b/LayoutTests/fast/frames/resources/navigate-top-by-name-to-fail.html |
deleted file mode 100644 |
index a7d2f274ec2d51196691831a94ff8112baf3f9d9..0000000000000000000000000000000000000000 |
--- a/LayoutTests/fast/frames/resources/navigate-top-by-name-to-fail.html |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-<script> |
-if (window.open("fail-and-notify-done.html", "target")) |
- alert("FAIL"); |
-if (window.open("fail-and-notify-done.html", "_top")) |
- alert("FAIL"); |
-if (window.open("fail-and-notify-done.html", "_parent")) |
- alert("FAIL"); |
-if (window.open("fail-and-notify-done.html", "_blank")) |
- alert("FAIL"); |
-alert("PASS"); |
-</script> |