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

Side by Side Diff: third_party/WebKit/LayoutTests/storage/indexeddb/factory-basics-workers-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 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
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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698