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

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

Issue 415753002: Deprecate the webkit-prefixed standard IndexedDB entry points (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: More rebaselines for console warnings in property enumerating tests Created 6 years, 5 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 [Worker] Test the basics of IndexedDB's webkitIDBIndex. 1 [Worker] Test the basics of IndexedDB's IDBIndex.
2 2
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 4
5 5
6 Starting worker: resources/index-basics.js 6 Starting worker: resources/index-basics.js
7 [Worker] indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB; 7 [Worker] indexedDB = self.indexedDB || self.webkitIndexedDB || self.mozIndexedDB || self.msIndexedDB || self.OIndexedDB;
8 [Worker] 8 [Worker]
9 [Worker] dbname = "index-basics.js" 9 [Worker] dbname = "index-basics.js"
10 [Worker] indexedDB.deleteDatabase(dbname) 10 [Worker] indexedDB.deleteDatabase(dbname)
11 [Worker] indexedDB.open(dbname) 11 [Worker] indexedDB.open(dbname)
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 [Worker] Passing an invalid key into indexObject.getKey({}). 136 [Worker] Passing an invalid key into indexObject.getKey({}).
137 [Worker] Expecting exception from indexObject.getKey({}) 137 [Worker] Expecting exception from indexObject.getKey({})
138 PASS [Worker] Exception was thrown. 138 PASS [Worker] Exception was thrown.
139 PASS [Worker] code is 0 139 PASS [Worker] code is 0
140 PASS [Worker] ename is 'DataError' 140 PASS [Worker] ename is 'DataError'
141 [Worker] Exception message: Failed to execute 'getKey' on 'IDBIndex': The parame ter is not a valid key. 141 [Worker] Exception message: Failed to execute 'getKey' on 'IDBIndex': The parame ter is not a valid key.
142 PASS successfullyParsed is true 142 PASS successfullyParsed is true
143 143
144 TEST COMPLETE 144 TEST COMPLETE
145 145
OLDNEW
« no previous file with comments | « LayoutTests/storage/indexeddb/index-basics-expected.txt ('k') | LayoutTests/storage/indexeddb/index-cursor-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698