summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/indexeddb/cursor_test.html
blob: 304c53fa6d101e24eb17654b470c7edd8a578e23 (plain)
1
2
3
4
5
6
7
8
9
10
<html>
  <head>
    <title>IndexedDB cursor test</title>
    <script type="text/javascript" src="common.js"></script>
    <script type="text/javascript" src="cursor_test.js"></script>
  </head>
  <body onLoad="test()">
    <div id="status">Starting...</div>
  </body>
</html>