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

Side by Side Diff: LayoutTests/webexposed/global-constructors-listing-shared-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 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
11 [Worker] CustomEvent
12 [Worker] DataView 11 [Worker] DataView
13 [Worker] Date 12 [Worker] Date
14 [Worker] Error 13 [Worker] Error
15 [Worker] EvalError 14 [Worker] EvalError
16 [Worker] Event
17 [Worker] EventSource 15 [Worker] EventSource
18 [Worker] EventTarget
19 [Worker] File 16 [Worker] File
20 [Worker] FileError 17 [Worker] FileError
21 [Worker] FileReader 18 [Worker] FileReader
22 [Worker] FileReaderSync 19 [Worker] FileReaderSync
23 [Worker] Float32Array 20 [Worker] Float32Array
24 [Worker] Float64Array 21 [Worker] Float64Array
25 [Worker] FormData 22 [Worker] FormData
26 [Worker] Function 23 [Worker] Function
27 [Worker] IDBCursor 24 [Worker] IDBCursor
28 [Worker] IDBCursorWithValue 25 [Worker] IDBCursorWithValue
(...skipping 43 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
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-dedicated-worker-expected.txt ('k') | Source/core/events/CustomEvent.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698