summaryrefslogtreecommitdiff
path: root/Tools/TestWebKitAPI/Tests/WebKit2Cocoa/LocalStorageClear.html
blob: 11bdd6c14b3c560bb5a7b07e6222ec57520bc287 (plain)
1
2
3
4
5
6
<script>

window.localStorage.foo = "bar";
window.webkit.messageHandlers.testHandler.postMessage('Go ahead and clear it');

</script>