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

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

Issue 436353002: Add "Symbol" to the list of expected global constructors (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 years, 4 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
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 [Worker] MessageEvent 42 [Worker] MessageEvent
43 [Worker] NetworkInformation 43 [Worker] NetworkInformation
44 [Worker] Number 44 [Worker] Number
45 [Worker] Object 45 [Worker] Object
46 [Worker] Promise 46 [Worker] Promise
47 [Worker] RangeError 47 [Worker] RangeError
48 [Worker] ReferenceError 48 [Worker] ReferenceError
49 [Worker] RegExp 49 [Worker] RegExp
50 [Worker] SharedWorkerGlobalScope 50 [Worker] SharedWorkerGlobalScope
51 [Worker] String 51 [Worker] String
52 [Worker] Symbol
52 [Worker] SyntaxError 53 [Worker] SyntaxError
53 [Worker] TextDecoder 54 [Worker] TextDecoder
54 [Worker] TextEncoder 55 [Worker] TextEncoder
55 [Worker] TypeError 56 [Worker] TypeError
56 [Worker] URIError 57 [Worker] URIError
57 [Worker] URL 58 [Worker] URL
58 [Worker] Uint16Array 59 [Worker] Uint16Array
59 [Worker] Uint32Array 60 [Worker] Uint32Array
60 [Worker] Uint8Array 61 [Worker] Uint8Array
61 [Worker] Uint8ClampedArray 62 [Worker] Uint8ClampedArray
(...skipping 10 matching lines...) Expand all
72 [Worker] webkitIDBIndex 73 [Worker] webkitIDBIndex
73 [Worker] webkitIDBKeyRange 74 [Worker] webkitIDBKeyRange
74 [Worker] webkitIDBObjectStore 75 [Worker] webkitIDBObjectStore
75 [Worker] webkitIDBRequest 76 [Worker] webkitIDBRequest
76 [Worker] webkitIDBTransaction 77 [Worker] webkitIDBTransaction
77 [Worker] webkitURL 78 [Worker] webkitURL
78 PASS successfullyParsed is true 79 PASS successfullyParsed is true
79 80
80 TEST COMPLETE 81 TEST COMPLETE
81 82
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698