| OLD | NEW |
| 1 CONSOLE WARNING: line 24: indexedDB.webkitGetDatabaseNames() is deprecated and w
ill be removed in M60, around August 2017. See https://www.chromestatus.com/feat
ures/5725741740195840 for more details. |
| 1 webkitGetDatabaseNames should only return successfully created databases | 2 webkitGetDatabaseNames should only return successfully created databases |
| 2 | 3 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 5 |
| 5 | 6 |
| 6 dbname = "getdatabasenames-failed-open.html" | 7 dbname = "getdatabasenames-failed-open.html" |
| 7 PASS Database name was not present | 8 PASS Database name was not present |
| 8 PASS successfullyParsed is true | 9 PASS successfullyParsed is true |
| 9 | 10 |
| 10 TEST COMPLETE | 11 TEST COMPLETE |
| 11 | 12 |
| OLD | NEW |