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

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

Issue 23567043: Promise init callback takes resolve and reject functions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 3 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 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
(...skipping 20 matching lines...) Expand all
31 [Worker] IDBTransaction 31 [Worker] IDBTransaction
32 [Worker] IDBVersionChangeEvent 32 [Worker] IDBVersionChangeEvent
33 [Worker] Int16Array 33 [Worker] Int16Array
34 [Worker] Int32Array 34 [Worker] Int32Array
35 [Worker] Int8Array 35 [Worker] Int8Array
36 [Worker] MessageChannel 36 [Worker] MessageChannel
37 [Worker] MessageEvent 37 [Worker] MessageEvent
38 [Worker] Number 38 [Worker] Number
39 [Worker] Object 39 [Worker] Object
40 [Worker] Promise 40 [Worker] Promise
41 [Worker] PromiseResolver
42 [Worker] RangeError 41 [Worker] RangeError
43 [Worker] ReferenceError 42 [Worker] ReferenceError
44 [Worker] RegExp 43 [Worker] RegExp
45 [Worker] SharedWorkerGlobalScope 44 [Worker] SharedWorkerGlobalScope
46 [Worker] String 45 [Worker] String
47 [Worker] SyntaxError 46 [Worker] SyntaxError
48 [Worker] TextDecoder 47 [Worker] TextDecoder
49 [Worker] TextEncoder 48 [Worker] TextEncoder
50 [Worker] TypeError 49 [Worker] TypeError
51 [Worker] URIError 50 [Worker] URIError
(...skipping 13 matching lines...) Expand all
65 [Worker] webkitIDBIndex 64 [Worker] webkitIDBIndex
66 [Worker] webkitIDBKeyRange 65 [Worker] webkitIDBKeyRange
67 [Worker] webkitIDBObjectStore 66 [Worker] webkitIDBObjectStore
68 [Worker] webkitIDBRequest 67 [Worker] webkitIDBRequest
69 [Worker] webkitIDBTransaction 68 [Worker] webkitIDBTransaction
70 [Worker] webkitURL 69 [Worker] webkitURL
71 PASS successfullyParsed is true 70 PASS successfullyParsed is true
72 71
73 TEST COMPLETE 72 TEST COMPLETE
74 73
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698