summaryrefslogtreecommitdiffstats
path: root/chrome/test/data/indexeddb/key_path_test.html
blob: 6c03e3ff10eed12996194d072561ea9cc64fc3e1 (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="key_path_test.js"></script>
  </head>
  <body onLoad="test()">
    <div id="status">Starting...</div>
  </body>
</html>