Sign in
webkit
/
WebKit
/
c19171a123537df24000c2385ff2300a0c5e6314
/
.
/
LayoutTests
/
storage
/
domstorage
/
localstorage
/
resources
/
close-window-and-access-storage.html
blob: a0abadfc7e66d6674c191844fd233b50d51ce29e [
file
] [
log
] [
blame
]
<html>
<head>
<script>
window
.
close
();
window
.
localStorage
;
if
(
window
.
testRunner
)
testRunner
.
notifyDone
();
</script>
</head>
</html>