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

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

Issue 209853010: [ABANDONED] Enable V8 Promises (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase 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 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
49 [Worker] SyntaxError 49 [Worker] SyntaxError
50 [Worker] TextDecoder 50 [Worker] TextDecoder
51 [Worker] TextEncoder 51 [Worker] TextEncoder
52 [Worker] TypeError 52 [Worker] TypeError
53 [Worker] URIError 53 [Worker] URIError
54 [Worker] URL 54 [Worker] URL
55 [Worker] Uint16Array 55 [Worker] Uint16Array
56 [Worker] Uint32Array 56 [Worker] Uint32Array
57 [Worker] Uint8Array 57 [Worker] Uint8Array
58 [Worker] Uint8ClampedArray 58 [Worker] Uint8ClampedArray
59 [Worker] WeakMap
60 [Worker] WeakSet
59 [Worker] WebSocket 61 [Worker] WebSocket
60 [Worker] WorkerGlobalScope 62 [Worker] WorkerGlobalScope
61 [Worker] WorkerLocation 63 [Worker] WorkerLocation
62 [Worker] WorkerNavigator 64 [Worker] WorkerNavigator
63 [Worker] XMLHttpRequest 65 [Worker] XMLHttpRequest
64 [Worker] webkitIDBCursor 66 [Worker] webkitIDBCursor
65 [Worker] webkitIDBDatabase 67 [Worker] webkitIDBDatabase
66 [Worker] webkitIDBFactory 68 [Worker] webkitIDBFactory
67 [Worker] webkitIDBIndex 69 [Worker] webkitIDBIndex
68 [Worker] webkitIDBKeyRange 70 [Worker] webkitIDBKeyRange
69 [Worker] webkitIDBObjectStore 71 [Worker] webkitIDBObjectStore
70 [Worker] webkitIDBRequest 72 [Worker] webkitIDBRequest
71 [Worker] webkitIDBTransaction 73 [Worker] webkitIDBTransaction
72 [Worker] webkitURL 74 [Worker] webkitURL
73 PASS successfullyParsed is true 75 PASS successfullyParsed is true
74 76
75 TEST COMPLETE 77 TEST COMPLETE
76 78
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698