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

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

Issue 299883004: Adds WebWorker support to NetInfo v3. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo3
Patch Set: Regolding webexposed/ layout tests Created 6 years, 6 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 21 matching lines...) Expand all
32 [Worker] IDBOpenDBRequest 32 [Worker] IDBOpenDBRequest
33 [Worker] IDBRequest 33 [Worker] IDBRequest
34 [Worker] IDBTransaction 34 [Worker] IDBTransaction
35 [Worker] IDBVersionChangeEvent 35 [Worker] IDBVersionChangeEvent
36 [Worker] ImageData 36 [Worker] ImageData
37 [Worker] Int16Array 37 [Worker] Int16Array
38 [Worker] Int32Array 38 [Worker] Int32Array
39 [Worker] Int8Array 39 [Worker] Int8Array
40 [Worker] MessageChannel 40 [Worker] MessageChannel
41 [Worker] MessageEvent 41 [Worker] MessageEvent
42 [Worker] NetworkInformation
42 [Worker] Number 43 [Worker] Number
43 [Worker] Object 44 [Worker] Object
44 [Worker] Promise 45 [Worker] Promise
45 [Worker] RangeError 46 [Worker] RangeError
46 [Worker] ReferenceError 47 [Worker] ReferenceError
47 [Worker] RegExp 48 [Worker] RegExp
48 [Worker] String 49 [Worker] String
49 [Worker] SyntaxError 50 [Worker] SyntaxError
50 [Worker] TextDecoder 51 [Worker] TextDecoder
51 [Worker] TextEncoder 52 [Worker] TextEncoder
(...skipping 17 matching lines...) Expand all
69 [Worker] webkitIDBIndex 70 [Worker] webkitIDBIndex
70 [Worker] webkitIDBKeyRange 71 [Worker] webkitIDBKeyRange
71 [Worker] webkitIDBObjectStore 72 [Worker] webkitIDBObjectStore
72 [Worker] webkitIDBRequest 73 [Worker] webkitIDBRequest
73 [Worker] webkitIDBTransaction 74 [Worker] webkitIDBTransaction
74 [Worker] webkitURL 75 [Worker] webkitURL
75 PASS successfullyParsed is true 76 PASS successfullyParsed is true
76 77
77 TEST COMPLETE 78 TEST COMPLETE
78 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698