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

Side by Side Diff: LayoutTests/virtual/stable/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
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 29 matching lines...) Expand all
40 [Worker] MessageChannel 40 [Worker] MessageChannel
41 [Worker] MessageEvent 41 [Worker] MessageEvent
42 [Worker] Number 42 [Worker] Number
43 [Worker] Object 43 [Worker] Object
44 [Worker] Promise 44 [Worker] Promise
45 [Worker] RangeError 45 [Worker] RangeError
46 [Worker] ReferenceError 46 [Worker] ReferenceError
47 [Worker] RegExp 47 [Worker] RegExp
48 [Worker] SharedWorkerGlobalScope 48 [Worker] SharedWorkerGlobalScope
49 [Worker] String 49 [Worker] String
50 [Worker] Symbol
50 [Worker] SyntaxError 51 [Worker] SyntaxError
51 [Worker] TextDecoder 52 [Worker] TextDecoder
52 [Worker] TextEncoder 53 [Worker] TextEncoder
53 [Worker] TypeError 54 [Worker] TypeError
54 [Worker] URIError 55 [Worker] URIError
55 [Worker] URL 56 [Worker] URL
56 [Worker] Uint16Array 57 [Worker] Uint16Array
57 [Worker] Uint32Array 58 [Worker] Uint32Array
58 [Worker] Uint8Array 59 [Worker] Uint8Array
59 [Worker] Uint8ClampedArray 60 [Worker] Uint8ClampedArray
(...skipping 10 matching lines...) Expand all
70 [Worker] webkitIDBIndex 71 [Worker] webkitIDBIndex
71 [Worker] webkitIDBKeyRange 72 [Worker] webkitIDBKeyRange
72 [Worker] webkitIDBObjectStore 73 [Worker] webkitIDBObjectStore
73 [Worker] webkitIDBRequest 74 [Worker] webkitIDBRequest
74 [Worker] webkitIDBTransaction 75 [Worker] webkitIDBTransaction
75 [Worker] webkitURL 76 [Worker] webkitURL
76 PASS successfullyParsed is true 77 PASS successfullyParsed is true
77 78
78 TEST COMPLETE 79 TEST COMPLETE
79 80
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698