1
    2
    3
    4
    5
    6
    7
    8
    9
   10

content / test / data / indexeddb / cursor_test.html [blame]

<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>