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

Side by Side Diff: LayoutTests/virtual/stable/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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 [Worker] webkitIDBIndex 67 [Worker] webkitIDBIndex
71 [Worker] webkitIDBKeyRange 68 [Worker] webkitIDBKeyRange
72 [Worker] webkitIDBObjectStore 69 [Worker] webkitIDBObjectStore
73 [Worker] webkitIDBRequest 70 [Worker] webkitIDBRequest
74 [Worker] webkitIDBTransaction 71 [Worker] webkitIDBTransaction
75 [Worker] webkitURL 72 [Worker] webkitURL
76 PASS successfullyParsed is true 73 PASS successfullyParsed is true
77 74
78 TEST COMPLETE 75 TEST COMPLETE
79 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698