summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html')
-rw-r--r--testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html9
1 files changed, 0 insertions, 9 deletions
diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html
deleted file mode 100644
index 34eb1c76b..000000000
--- a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/parent2.html
+++ /dev/null
@@ -1,9 +0,0 @@
-<!DOCTYPE html>
-<meta charset="utf-8">
-<title>HTML Test: browsing context name - parent</title>
-<link rel="author" title="Intel" href="http://www.intel.com/">
-<script>
-
-window.open("message.html", "_parent");
-
-</script>