blob: 60303e70f5d9b2012070fbc40cb05640fe89b3ff [file] [log] [blame]
<!DOCTYPE HTML>
<html>
<body>
<script>
parent.step(function() {
sessionStorage.setItem("name", "user1");
sessionStorage.removeItem('name');
});
</script>
</body>
</html>