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

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

Issue 375353002: Add the first very basic bits of a geofencing API. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: nits Created 6 years, 5 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 DedicatedWorkerGlobalScope. 1 This test documents the Constructor properties on DedicatedWorkerGlobalScope.
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
11 [Worker] CircularRegion
11 [Worker] DataView 12 [Worker] DataView
12 [Worker] Date 13 [Worker] Date
13 [Worker] DedicatedWorkerGlobalScope 14 [Worker] DedicatedWorkerGlobalScope
14 [Worker] Error 15 [Worker] Error
15 [Worker] EvalError 16 [Worker] EvalError
16 [Worker] EventSource 17 [Worker] EventSource
17 [Worker] File 18 [Worker] File
18 [Worker] FileError 19 [Worker] FileError
19 [Worker] FileList 20 [Worker] FileList
20 [Worker] FileReader 21 [Worker] FileReader
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 [Worker] webkitIDBIndex 72 [Worker] webkitIDBIndex
72 [Worker] webkitIDBKeyRange 73 [Worker] webkitIDBKeyRange
73 [Worker] webkitIDBObjectStore 74 [Worker] webkitIDBObjectStore
74 [Worker] webkitIDBRequest 75 [Worker] webkitIDBRequest
75 [Worker] webkitIDBTransaction 76 [Worker] webkitIDBTransaction
76 [Worker] webkitURL 77 [Worker] webkitURL
77 PASS successfullyParsed is true 78 PASS successfullyParsed is true
78 79
79 TEST COMPLETE 80 TEST COMPLETE
80 81
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698