blob: 4d3278fbfbe74bc2339d15013d11c1d317a0dda4 [file] [log] [blame]
<html>
<head>
<title>Clear Local Storage</title>
<script>localStorage.clear();</script>
</head>
<body>
<div id="div">Local Storage should now be empty.</div>
</body>
</html>