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