Sign in
fuchsia
/
third_party
/
webkit
/
refs/heads/main
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKit2Cocoa
/
LocalStorageNullEntries.html
blob: 9878f36ac4c1c2da61101ac5fa4c06a20573494e [
file
] [
log
] [
blame
] [
edit
]
<script>
window
.
localStorage
.
key
(
0
);
window
.
webkit
.
messageHandlers
.
testHandler
.
postMessage
(
'DONE'
);
</script>