blob: 1949be1132bdcdeab9d0e49eb8b4f717c13d6290 [file] [log] [blame]
<!doctype html>
<html>
<body>
<script>
console.debug('flushing localStorage');
for (var i in localStorage) {
delete localStorage[i];
}
document.write('localStorage flushed');
</script>
</body>
</html>