- add sources.
[platform/framework/web/crosswalk.git] / src / content / test / data / indexeddb / cursor_prefetch.html
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>
11