[SyncFS] Build indexes from FileTracker entries on disk.
[chromium-blink-merge.git] / content / test / data / indexeddb / cursor_prefetch.html
blobd0728ee6f13a9dfd892fea8d9e7dd3d307ec02ae
1 <html>
2 <head>
3 <title>IndexedDB cursor prefetch test</title>
4 <script type="text/javascript" src="common.js"></script>
5 <script type="text/javascript" src="cursor_prefetch.js"></script>
6 </head>
7 <body onLoad="test()">
8 <div id="status">Starting...</div>
9 </body>
10 </html>