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

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

Issue 760223003: Stub implementation of Permissions API module. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: no copies Created 6 years 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 28 matching lines...) Expand all
39 [Worker] Int16Array 39 [Worker] Int16Array
40 [Worker] Int32Array 40 [Worker] Int32Array
41 [Worker] Int8Array 41 [Worker] Int8Array
42 [Worker] Map 42 [Worker] Map
43 [Worker] MessageChannel 43 [Worker] MessageChannel
44 [Worker] MessageEvent 44 [Worker] MessageEvent
45 [Worker] NetworkInformation 45 [Worker] NetworkInformation
46 [Worker] Notification 46 [Worker] Notification
47 [Worker] Number 47 [Worker] Number
48 [Worker] Object 48 [Worker] Object
49 [Worker] PermissionStatus
50 [Worker] Permissions
49 [Worker] Promise 51 [Worker] Promise
50 [Worker] RangeError 52 [Worker] RangeError
51 [Worker] ReadableStream 53 [Worker] ReadableStream
52 [Worker] ReferenceError 54 [Worker] ReferenceError
53 [Worker] RegExp 55 [Worker] RegExp
54 [Worker] Set 56 [Worker] Set
55 [Worker] SharedWorkerGlobalScope 57 [Worker] SharedWorkerGlobalScope
56 [Worker] String 58 [Worker] String
57 [Worker] Symbol 59 [Worker] Symbol
58 [Worker] SyntaxError 60 [Worker] SyntaxError
(...skipping 19 matching lines...) Expand all
78 [Worker] webkitIDBIndex 80 [Worker] webkitIDBIndex
79 [Worker] webkitIDBKeyRange 81 [Worker] webkitIDBKeyRange
80 [Worker] webkitIDBObjectStore 82 [Worker] webkitIDBObjectStore
81 [Worker] webkitIDBRequest 83 [Worker] webkitIDBRequest
82 [Worker] webkitIDBTransaction 84 [Worker] webkitIDBTransaction
83 [Worker] webkitURL 85 [Worker] webkitURL
84 PASS successfullyParsed is true 86 PASS successfullyParsed is true
85 87
86 TEST COMPLETE 88 TEST COMPLETE
87 89
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698