summaryrefslogtreecommitdiffstats
path: root/dom/cache/test/mochitest/test_cache_keys.html
blob: 30aa5c9d196fe615f92691c1ad8da2f47985ff62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- Any copyright is dedicated to the Public Domain.
   - http://creativecommons.org/publicdomain/zero/1.0/ -->
<!DOCTYPE HTML>
<html>
<head>
  <title>Validate the Cache.keys() method</title>
  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css" />
  <script type="text/javascript" src="driver.js"></script>
</head>
<body>
<iframe id="frame"></iframe>
<script class="testbody" type="text/javascript">
  runTests("test_cache_keys.js")
    .then(function() {
      SimpleTest.finish();
    });
</script>
</body>
</html>