Sign in
cobalt
/
cobalt
/
b95ea55ccebda33f820d043e4b4dc85c10d7584d
/
.
/
third_party
/
web_platform_tests
/
html
/
browsers
/
windows
/
support-named-null-opener.html
blob: 8c106ca886243e8c4fa3925e7378c608a82dc7c7 [
file
] [
log
] [
blame
]
<script>
addEventListener
(
"storage"
,
function
(
e
)
{
if
(
e
.
newValue
===
"close"
)
{
close
()
}
})
localStorage
.
setItem
(
"window"
+
location
.
hash
.
slice
(
1
),
"tralala"
)
</script>