1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-20 07:18:47 +00:00
Files
UXP/testing/web-platform/tests/html/browsers/windows/support-named-null-opener.html
T

9 lines
190 B
HTML

<script>
addEventListener("storage", function(e) {
if(e.newValue === "close") {
close()
}
})
localStorage.setItem("window" + location.hash.slice(1), "tralala")
</script>