Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
d356bf2ccae98a8a53cbfba6e15e09ff70e281c6
/
.
/
Tools
/
TestWebKitAPI
/
Tests
/
WebKitCocoa
/
LocalStorageClear.html
blob: 11bdd6c14b3c560bb5a7b07e6222ec57520bc287 [
file
]
<script>
window
.
localStorage
.
foo
=
"bar"
;
window
.
webkit
.
messageHandlers
.
testHandler
.
postMessage
(
'Go ahead and clear it'
);
</script>