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

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

Issue 291203002: Adds NetInfo v3 Web API to Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@netinfo1
Patch Set: Simplified layout tests Created 6 years, 7 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] IDBOpenDBRequest 31 [Worker] IDBOpenDBRequest
32 [Worker] IDBRequest 32 [Worker] IDBRequest
33 [Worker] IDBTransaction 33 [Worker] IDBTransaction
34 [Worker] IDBVersionChangeEvent 34 [Worker] IDBVersionChangeEvent
35 [Worker] ImageData 35 [Worker] ImageData
36 [Worker] Int16Array 36 [Worker] Int16Array
37 [Worker] Int32Array 37 [Worker] Int32Array
38 [Worker] Int8Array 38 [Worker] Int8Array
39 [Worker] MessageChannel 39 [Worker] MessageChannel
40 [Worker] MessageEvent 40 [Worker] MessageEvent
41 [Worker] NetworkInfoConnection
41 [Worker] Number 42 [Worker] Number
42 [Worker] Object 43 [Worker] Object
43 [Worker] Promise 44 [Worker] Promise
44 [Worker] RangeError 45 [Worker] RangeError
45 [Worker] ReferenceError 46 [Worker] ReferenceError
46 [Worker] RegExp 47 [Worker] RegExp
47 [Worker] SharedWorkerGlobalScope 48 [Worker] SharedWorkerGlobalScope
48 [Worker] String 49 [Worker] String
49 [Worker] SyntaxError 50 [Worker] SyntaxError
50 [Worker] TextDecoder 51 [Worker] TextDecoder
(...skipping 18 matching lines...) Expand all
69 [Worker] webkitIDBIndex 70 [Worker] webkitIDBIndex
70 [Worker] webkitIDBKeyRange 71 [Worker] webkitIDBKeyRange
71 [Worker] webkitIDBObjectStore 72 [Worker] webkitIDBObjectStore
72 [Worker] webkitIDBRequest 73 [Worker] webkitIDBRequest
73 [Worker] webkitIDBTransaction 74 [Worker] webkitIDBTransaction
74 [Worker] webkitURL 75 [Worker] webkitURL
75 PASS successfullyParsed is true 76 PASS successfullyParsed is true
76 77
77 TEST COMPLETE 78 TEST COMPLETE
78 79
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698