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

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

Issue 216923004: Expose ImageData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased 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 SharedWorkerGlobalScope. 1 This test documents the Constructor properties on SharedWorkerGlobalScope.
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 13 matching lines...) Expand all
24 [Worker] IDBCursorWithValue 24 [Worker] IDBCursorWithValue
25 [Worker] IDBDatabase 25 [Worker] IDBDatabase
26 [Worker] IDBFactory 26 [Worker] IDBFactory
27 [Worker] IDBIndex 27 [Worker] IDBIndex
28 [Worker] IDBKeyRange 28 [Worker] IDBKeyRange
29 [Worker] IDBObjectStore 29 [Worker] IDBObjectStore
30 [Worker] IDBOpenDBRequest 30 [Worker] IDBOpenDBRequest
31 [Worker] IDBRequest 31 [Worker] IDBRequest
32 [Worker] IDBTransaction 32 [Worker] IDBTransaction
33 [Worker] IDBVersionChangeEvent 33 [Worker] IDBVersionChangeEvent
34 [Worker] ImageData
34 [Worker] Int16Array 35 [Worker] Int16Array
35 [Worker] Int32Array 36 [Worker] Int32Array
36 [Worker] Int8Array 37 [Worker] Int8Array
37 [Worker] MessageChannel 38 [Worker] MessageChannel
38 [Worker] MessageEvent 39 [Worker] MessageEvent
39 [Worker] Number 40 [Worker] Number
40 [Worker] Object 41 [Worker] Object
41 [Worker] Promise 42 [Worker] Promise
42 [Worker] RangeError 43 [Worker] RangeError
43 [Worker] ReferenceError 44 [Worker] ReferenceError
(...skipping 21 matching lines...) Expand all
65 [Worker] webkitIDBIndex 66 [Worker] webkitIDBIndex
66 [Worker] webkitIDBKeyRange 67 [Worker] webkitIDBKeyRange
67 [Worker] webkitIDBObjectStore 68 [Worker] webkitIDBObjectStore
68 [Worker] webkitIDBRequest 69 [Worker] webkitIDBRequest
69 [Worker] webkitIDBTransaction 70 [Worker] webkitIDBTransaction
70 [Worker] webkitURL 71 [Worker] webkitURL
71 PASS successfullyParsed is true 72 PASS successfullyParsed is true
72 73
73 TEST COMPLETE 74 TEST COMPLETE
74 75
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt ('k') | Source/core/html/ImageData.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698