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

Side by Side Diff: LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt

Issue 216923004: Expose ImageData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 8 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 This test documents the Constructor properties on DedicatedWorkerGlobalScope. 1 This test documents the Constructor properties on DedicatedWorkerGlobalScope.
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/global-context-constructors-listing.js 6 Starting worker: resources/global-context-constructors-listing.js
7 [Worker] Array 7 [Worker] Array
8 [Worker] ArrayBuffer 8 [Worker] ArrayBuffer
9 [Worker] Blob 9 [Worker] Blob
10 [Worker] Boolean 10 [Worker] Boolean
(...skipping 14 matching lines...) Expand all
25 [Worker] IDBCursorWithValue 25 [Worker] IDBCursorWithValue
26 [Worker] IDBDatabase 26 [Worker] IDBDatabase
27 [Worker] IDBFactory 27 [Worker] IDBFactory
28 [Worker] IDBIndex 28 [Worker] IDBIndex
29 [Worker] IDBKeyRange 29 [Worker] IDBKeyRange
30 [Worker] IDBObjectStore 30 [Worker] IDBObjectStore
31 [Worker] IDBOpenDBRequest 31 [Worker] IDBOpenDBRequest
32 [Worker] IDBRequest 32 [Worker] IDBRequest
33 [Worker] IDBTransaction 33 [Worker] IDBTransaction
34 [Worker] IDBVersionChangeEvent 34 [Worker] IDBVersionChangeEvent
35 [Worker] ImageData
35 [Worker] Int16Array 36 [Worker] Int16Array
36 [Worker] Int32Array 37 [Worker] Int32Array
37 [Worker] Int8Array 38 [Worker] Int8Array
38 [Worker] MessageChannel 39 [Worker] MessageChannel
39 [Worker] MessageEvent 40 [Worker] MessageEvent
40 [Worker] Number 41 [Worker] Number
41 [Worker] Object 42 [Worker] Object
42 [Worker] Promise 43 [Worker] Promise
43 [Worker] RangeError 44 [Worker] RangeError
44 [Worker] ReferenceError 45 [Worker] ReferenceError
(...skipping 22 matching lines...) Expand all
67 [Worker] webkitIDBIndex 68 [Worker] webkitIDBIndex
68 [Worker] webkitIDBKeyRange 69 [Worker] webkitIDBKeyRange
69 [Worker] webkitIDBObjectStore 70 [Worker] webkitIDBObjectStore
70 [Worker] webkitIDBRequest 71 [Worker] webkitIDBRequest
71 [Worker] webkitIDBTransaction 72 [Worker] webkitIDBTransaction
72 [Worker] webkitURL 73 [Worker] webkitURL
73 PASS successfullyParsed is true 74 PASS successfullyParsed is true
74 75
75 TEST COMPLETE 76 TEST COMPLETE
76 77
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698