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