Home | History | Annotate | Download | only in indexeddb
      1 <html>
      2   <head>
      3     <title>IndexedDB cursor test</title>
      4     <script type="text/javascript" src="common.js"></script>
      5     <script type="text/javascript" src="key_path_test.js"></script>
      6   </head>
      7   <body onLoad="test()">
      8     <div id="status">Starting...</div>
      9   </body>
     10 </html>
     11