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