OLD | NEW |
1 No crashes when opening and reloading with bad version numbers | 1 No crashes when opening and reloading with bad version numbers |
2 | 2 |
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
4 | 4 |
5 | 5 |
6 indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.
msIndexedDB || self.OIndexedDB; | |
7 | |
8 dbname = String(window.location) | 6 dbname = String(window.location) |
9 PASS successfullyParsed is true | 7 PASS successfullyParsed is true |
10 | 8 |
11 TEST COMPLETE | 9 TEST COMPLETE |
12 | 10 |
OLD | NEW |