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

Side by Side Diff: LayoutTests/virtual/stable/webexposed/global-constructors-listing-dedicated-worker-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 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio n' instead.
2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste ad.
3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor e' instead.
4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins tead.
5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead.
6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste ad.
7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins tead.
8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor' instead .
9 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use 'indexedDB' instead .
1 This test documents the Constructor properties on DedicatedWorkerGlobalScope. 10 This test documents the Constructor properties on DedicatedWorkerGlobalScope.
2 11
3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
4 13
5 14
6 Starting worker: resources/global-context-constructors-listing.js 15 Starting worker: resources/global-context-constructors-listing.js
7 [Worker] Array 16 [Worker] Array
8 [Worker] ArrayBuffer 17 [Worker] ArrayBuffer
9 [Worker] Blob 18 [Worker] Blob
10 [Worker] Boolean 19 [Worker] Boolean
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 [Worker] webkitIDBIndex 77 [Worker] webkitIDBIndex
69 [Worker] webkitIDBKeyRange 78 [Worker] webkitIDBKeyRange
70 [Worker] webkitIDBObjectStore 79 [Worker] webkitIDBObjectStore
71 [Worker] webkitIDBRequest 80 [Worker] webkitIDBRequest
72 [Worker] webkitIDBTransaction 81 [Worker] webkitIDBTransaction
73 [Worker] webkitURL 82 [Worker] webkitURL
74 PASS successfullyParsed is true 83 PASS successfullyParsed is true
75 84
76 TEST COMPLETE 85 TEST COMPLETE
77 86
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698