summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/webstorage/resources/session_set_item_remove_iframe.html
blob: 60303e70f5d9b2012070fbc40cb05640fe89b3ff (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html>
 <body>
     <script>
        parent.step(function() {
            sessionStorage.setItem("name", "user1");
            sessionStorage.removeItem('name');
        });
     </script>
 </body>
</html>