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

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

Issue 267363003: Revert of Expose events in workers as per latest DOM specification (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 7 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 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
11 [Worker] CustomEvent
12 [Worker] DataView 11 [Worker] DataView
13 [Worker] Date 12 [Worker] Date
14 [Worker] DedicatedWorkerGlobalScope 13 [Worker] DedicatedWorkerGlobalScope
15 [Worker] Error 14 [Worker] Error
16 [Worker] EvalError 15 [Worker] EvalError
17 [Worker] Event
18 [Worker] EventSource 16 [Worker] EventSource
19 [Worker] EventTarget
20 [Worker] File 17 [Worker] File
21 [Worker] FileError 18 [Worker] FileError
22 [Worker] FileReader 19 [Worker] FileReader
23 [Worker] FileReaderSync 20 [Worker] FileReaderSync
24 [Worker] Float32Array 21 [Worker] Float32Array
25 [Worker] Float64Array 22 [Worker] Float64Array
26 [Worker] FormData 23 [Worker] FormData
27 [Worker] Function 24 [Worker] Function
28 [Worker] IDBCursor 25 [Worker] IDBCursor
29 [Worker] IDBCursorWithValue 26 [Worker] IDBCursorWithValue
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 [Worker] webkitIDBIndex 69 [Worker] webkitIDBIndex
73 [Worker] webkitIDBKeyRange 70 [Worker] webkitIDBKeyRange
74 [Worker] webkitIDBObjectStore 71 [Worker] webkitIDBObjectStore
75 [Worker] webkitIDBRequest 72 [Worker] webkitIDBRequest
76 [Worker] webkitIDBTransaction 73 [Worker] webkitIDBTransaction
77 [Worker] webkitURL 74 [Worker] webkitURL
78 PASS successfullyParsed is true 75 PASS successfullyParsed is true
79 76
80 TEST COMPLETE 77 TEST COMPLETE
81 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698