diff options
Diffstat (limited to 'testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html')
-rw-r--r-- | testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html b/testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html deleted file mode 100644 index 8c106ca88..000000000 --- a/testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html +++ /dev/null @@ -1,8 +0,0 @@ -<script> - addEventListener("storage", function(e) { - if(e.newValue === "close") { - close() - } - }) - localStorage.setItem("window" + location.hash.slice(1), "tralala") -</script> |