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

Side by Side Diff: LayoutTests/storage/indexeddb/factory-basics-workers-expected.txt

Issue 966843002: Mark DOMStringList.contains() as deprecated, add console warning. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 5 years, 3 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 | Annotate | Revision Log
OLDNEW
1 CONSOLE WARNING: 'DOMStringList.contains()' is deprecated, and will be removed.
1 [Worker] Test the basics of IndexedDB's IDBFactory. 2 [Worker] Test the basics of IndexedDB's IDBFactory.
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 Starting worker: resources/factory-basics.js 7 Starting worker: resources/factory-basics.js
7 PASS [Worker] typeof indexedDB.open is "function" 8 PASS [Worker] typeof indexedDB.open is "function"
8 PASS [Worker] typeof indexedDB.cmp is "function" 9 PASS [Worker] typeof indexedDB.cmp is "function"
9 PASS [Worker] typeof indexedDB.deleteDatabase is "function" 10 PASS [Worker] typeof indexedDB.deleteDatabase is "function"
10 PASS [Worker] typeof indexedDB.webkitGetDatabaseNames is "function" 11 PASS [Worker] typeof indexedDB.webkitGetDatabaseNames is "function"
(...skipping 14 matching lines...) Expand all
25 PASS [Worker] request.source is null 26 PASS [Worker] request.source is null
26 [Worker] indexedDB.webkitGetDatabaseNames() 27 [Worker] indexedDB.webkitGetDatabaseNames()
27 [Worker] databaseNames = event.target.result 28 [Worker] databaseNames = event.target.result
28 PASS [Worker] databaseNames.contains('storage/indexeddb/factory-basics') is fals e 29 PASS [Worker] databaseNames.contains('storage/indexeddb/factory-basics') is fals e
29 PASS [Worker] databaseNames.contains('DATABASE THAT DOES NOT EXIST') is false 30 PASS [Worker] databaseNames.contains('DATABASE THAT DOES NOT EXIST') is false
30 [Worker] indexedDB.deleteDatabase('DATABASE THAT DOES NOT EXIST') 31 [Worker] indexedDB.deleteDatabase('DATABASE THAT DOES NOT EXIST')
31 PASS successfullyParsed is true 32 PASS successfullyParsed is true
32 33
33 TEST COMPLETE 34 TEST COMPLETE
34 35
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698