summaryrefslogtreecommitdiffstats
path: root/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/test_storage_session_builtins.html
blob: ad9ae642d80c8c3360a8d69170ad6a427df6e541 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE HTML>
<html>
 <head>
  <title>Web Storage</title>
  <script src="/resources/testharness.js"></script>
  <script src="/resources/testharnessreport.js"></script>
  <script src="storage_builtins.js"></script>
 </head>
 <body>
    <h1>storage_session_builtins</h1>
    <div id="log"></div>
    <script>
        test_storage_builtins(sessionStorage);
    </script>
 </body>
</html>