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

Side by Side Diff: LayoutTests/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 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 [Worker] webkitIDBIndex 81 [Worker] webkitIDBIndex
73 [Worker] webkitIDBKeyRange 82 [Worker] webkitIDBKeyRange
74 [Worker] webkitIDBObjectStore 83 [Worker] webkitIDBObjectStore
75 [Worker] webkitIDBRequest 84 [Worker] webkitIDBRequest
76 [Worker] webkitIDBTransaction 85 [Worker] webkitIDBTransaction
77 [Worker] webkitURL 86 [Worker] webkitURL
78 PASS successfullyParsed is true 87 PASS successfullyParsed is true
79 88
80 TEST COMPLETE 89 TEST COMPLETE
81 90
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698