Sign in
webkit
/
WebKit
/
c5ce17eb76debf360766bfa07269d63d48120610
/
.
/
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>