summaryrefslogtreecommitdiffstats
path: root/dom/imptests/webapps/WebStorage/tests/submissions/Ms2ger/test_storage_local_builtins.html
blob: 204c9bd77f2a84ee2424445dad2141cf31b66d66 (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_local_builtins</h1>
    <div id="log"></div>
    <script>
        test_storage_builtins(localStorage);
    </script>
 </body>
</html>