Sign in
webkit
/
WebKit
/
00d9c36630c3b100532e86e2616da21d7c5e504a
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
LocalStorageNullEntries.html
blob: 9878f36ac4c1c2da61101ac5fa4c06a20573494e [
file
] [
log
] [
blame
]
<script>
window
.
localStorage
.
key
(
0
);
window
.
webkit
.
messageHandlers
.
testHandler
.
postMessage
(
'DONE'
);
</script>