| OLD | NEW |
| 1 CONSOLE WARNING: line 1: indexedDB.webkitGetDatabaseNames() is deprecated and wi
ll be removed in M60, around August 2017. See https://www.chromestatus.com/featu
res/5725741740195840 for more details. |
| 2 CONSOLE WARNING: indexedDB.webkitGetDatabaseNames() is deprecated and will be re
moved in M60, around August 2017. See https://www.chromestatus.com/features/5725
741740195840 for more details. |
| 1 [Worker] Test the basics of IndexedDB's IDBFactory. | 3 [Worker] Test the basics of IndexedDB's IDBFactory. |
| 2 | 4 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 5 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 6 |
| 5 | 7 |
| 6 Starting worker: resources/factory-basics.js | 8 Starting worker: resources/factory-basics.js |
| 7 PASS [Worker] typeof indexedDB.open is "function" | 9 PASS [Worker] typeof indexedDB.open is "function" |
| 8 PASS [Worker] typeof indexedDB.cmp is "function" | 10 PASS [Worker] typeof indexedDB.cmp is "function" |
| 9 PASS [Worker] typeof indexedDB.deleteDatabase is "function" | 11 PASS [Worker] typeof indexedDB.deleteDatabase is "function" |
| 10 PASS [Worker] typeof indexedDB.webkitGetDatabaseNames is "function" | 12 PASS [Worker] typeof indexedDB.webkitGetDatabaseNames is "function" |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 PASS [Worker] request.source is null | 27 PASS [Worker] request.source is null |
| 26 [Worker] indexedDB.webkitGetDatabaseNames() | 28 [Worker] indexedDB.webkitGetDatabaseNames() |
| 27 [Worker] databaseNames = event.target.result | 29 [Worker] databaseNames = event.target.result |
| 28 PASS [Worker] databaseNames.contains('storage/indexeddb/factory-basics') is fals
e | 30 PASS [Worker] databaseNames.contains('storage/indexeddb/factory-basics') is fals
e |
| 29 PASS [Worker] databaseNames.contains('DATABASE THAT DOES NOT EXIST') is false | 31 PASS [Worker] databaseNames.contains('DATABASE THAT DOES NOT EXIST') is false |
| 30 [Worker] indexedDB.deleteDatabase('DATABASE THAT DOES NOT EXIST') | 32 [Worker] indexedDB.deleteDatabase('DATABASE THAT DOES NOT EXIST') |
| 31 PASS successfullyParsed is true | 33 PASS successfullyParsed is true |
| 32 | 34 |
| 33 TEST COMPLETE | 35 TEST COMPLETE |
| 34 | 36 |
| OLD | NEW |