summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/test/test_create_index_with_integer_keys.html
blob: fc414404c2c976d155d1b09d00a533e5c255cbe5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!--
  Any copyright is dedicated to the Public Domain.
  http://creativecommons.org/publicdomain/zero/1.0/
-->
<html>
<head>
  <title>Indexed Database Test</title>

  <script src="/tests/SimpleTest/SimpleTest.js"></script>
  <link rel="stylesheet" type="text/css" href="/tests/SimpleTest/test.css"/>

  <script type="text/javascript" src="unit/test_create_index_with_integer_keys.js"></script>
  <script type="text/javascript" src="helpers.js"></script>
</head>

<body onload="runTest();"></body>

</html>