OLD | NEW |
1 <!DOCTYPE html> | 1 <!DOCTYPE html> |
2 <title>IDBCursor.advance()</title> | 2 <title>IDBCursor.advance()</title> |
3 <link rel="author" href="mailto:odinho@opera.com" title="Odin Hørthe Omdal"> | 3 <link rel="author" href="mailto:odinho@opera.com" title="Odin Hørthe Omdal"> |
4 <script src="../../../resources/testharness.js"></script> | 4 <script src="../../../resources/testharness.js"></script> |
5 <script src="../../../resources/testharnessreport.js"></script> | 5 <script src="../../../resources/testharnessreport.js"></script> |
6 <script src="support.js"></script> | 6 <script src="support.js"></script> |
7 | 7 |
8 <script> | 8 <script> |
9 | 9 |
10 var db, open; | 10 var db, open; |
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
234 }); | 234 }); |
235 | 235 |
236 | 236 |
237 // Stop blocking the testing system from hereon | 237 // Stop blocking the testing system from hereon |
238 done(); | 238 done(); |
239 } | 239 } |
240 | 240 |
241 </script> | 241 </script> |
242 | 242 |
243 <div id="log"></div> | 243 <div id="log"></div> |
OLD | NEW |