summaryrefslogtreecommitdiffstats
path: root/Tools/TestWebKitAPI/Tests/mac/OpenNewWindow.html
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/TestWebKitAPI/Tests/mac/OpenNewWindow.html')
-rw-r--r--Tools/TestWebKitAPI/Tests/mac/OpenNewWindow.html7
1 files changed, 0 insertions, 7 deletions
diff --git a/Tools/TestWebKitAPI/Tests/mac/OpenNewWindow.html b/Tools/TestWebKitAPI/Tests/mac/OpenNewWindow.html
deleted file mode 100644
index 975f6d98d..000000000
--- a/Tools/TestWebKitAPI/Tests/mac/OpenNewWindow.html
+++ /dev/null
@@ -1,7 +0,0 @@
-<a href="#" onclick="openWindow()"></a>
-<script>
- function openWindow() {
- window.open("window-to-ignore.html", "newWindow");
- }
- document.getElementsByTagName("a")[0].click();
-</script>