diff options
Diffstat (limited to 'testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html')
-rw-r--r-- | testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html b/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html deleted file mode 100644 index 2c8e3a414..000000000 --- a/testing/web-platform/tests/html/browsers/windows/browsing-context-names/self1.html +++ /dev/null @@ -1,11 +0,0 @@ -<!DOCTYPE html> -<meta charset="utf-8"> -<title>HTML Test: browsing context name - self</title> -<link rel="author" title="Intel" href="http://www.intel.com/"> -<script> - -window.name = "selfWin1"; -var win = window.open("message.html", "_self"); -win.close(); - -</script> |