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