Sign in
◑
Theme
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
23f1d29063a8db18bcd50ef9cfab2c40df25c3f0
/
.
/
Tools
/
TestWebKitAPI
/
Resources
/
cocoa
/
LocalStorageNullEntries.html
blob: 9878f36ac4c1c2da61101ac5fa4c06a20573494e [
file
]
<script>
window
.
localStorage
.
key
(
0
);
window
.
webkit
.
messageHandlers
.
testHandler
.
postMessage
(
'DONE'
);
</script>