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

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

Issue 57483002: Implement File constructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Addressed most feedback. Created 7 years, 1 month 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
11 [Worker] DataView 11 [Worker] DataView
12 [Worker] Date 12 [Worker] Date
13 [Worker] Error 13 [Worker] Error
14 [Worker] EvalError 14 [Worker] EvalError
15 [Worker] EventSource 15 [Worker] EventSource
16 [Worker] File
16 [Worker] FileError 17 [Worker] FileError
17 [Worker] FileReader 18 [Worker] FileReader
18 [Worker] FileReaderSync 19 [Worker] FileReaderSync
19 [Worker] Float32Array 20 [Worker] Float32Array
20 [Worker] Float64Array 21 [Worker] Float64Array
21 [Worker] Function 22 [Worker] Function
22 [Worker] IDBCursor 23 [Worker] IDBCursor
23 [Worker] IDBCursorWithValue 24 [Worker] IDBCursorWithValue
24 [Worker] IDBDatabase 25 [Worker] IDBDatabase
25 [Worker] IDBFactory 26 [Worker] IDBFactory
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 [Worker] webkitIDBIndex 63 [Worker] webkitIDBIndex
63 [Worker] webkitIDBKeyRange 64 [Worker] webkitIDBKeyRange
64 [Worker] webkitIDBObjectStore 65 [Worker] webkitIDBObjectStore
65 [Worker] webkitIDBRequest 66 [Worker] webkitIDBRequest
66 [Worker] webkitIDBTransaction 67 [Worker] webkitIDBTransaction
67 [Worker] webkitURL 68 [Worker] webkitURL
68 PASS successfullyParsed is true 69 PASS successfullyParsed is true
69 70
70 TEST COMPLETE 71 TEST COMPLETE
71 72
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698