Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Side by Side Diff: third_party/WebKit/LayoutTests/storage/indexeddb/getdatabasenames-failed-open-expected.txt

Issue 2723183002: Deprecate IDBFactory webkitGetDatabaseNames() (Closed)
Patch Set: Test expectation updates Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698