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

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

Issue 227483008: Support FormData on WorkerGlobalScope. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebased Created 6 years, 8 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] DataView 11 [Worker] DataView
12 [Worker] Date 12 [Worker] Date
13 [Worker] DedicatedWorkerGlobalScope 13 [Worker] DedicatedWorkerGlobalScope
14 [Worker] Error 14 [Worker] Error
15 [Worker] EvalError 15 [Worker] EvalError
16 [Worker] EventSource 16 [Worker] EventSource
17 [Worker] File 17 [Worker] File
18 [Worker] FileError 18 [Worker] FileError
19 [Worker] FileReader 19 [Worker] FileReader
20 [Worker] FileReaderSync 20 [Worker] FileReaderSync
21 [Worker] Float32Array 21 [Worker] Float32Array
22 [Worker] Float64Array 22 [Worker] Float64Array
23 [Worker] FormData
23 [Worker] Function 24 [Worker] Function
24 [Worker] IDBCursor 25 [Worker] IDBCursor
25 [Worker] IDBCursorWithValue 26 [Worker] IDBCursorWithValue
26 [Worker] IDBDatabase 27 [Worker] IDBDatabase
27 [Worker] IDBFactory 28 [Worker] IDBFactory
28 [Worker] IDBIndex 29 [Worker] IDBIndex
29 [Worker] IDBKeyRange 30 [Worker] IDBKeyRange
30 [Worker] IDBObjectStore 31 [Worker] IDBObjectStore
31 [Worker] IDBOpenDBRequest 32 [Worker] IDBOpenDBRequest
32 [Worker] IDBRequest 33 [Worker] IDBRequest
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 [Worker] webkitIDBIndex 67 [Worker] webkitIDBIndex
67 [Worker] webkitIDBKeyRange 68 [Worker] webkitIDBKeyRange
68 [Worker] webkitIDBObjectStore 69 [Worker] webkitIDBObjectStore
69 [Worker] webkitIDBRequest 70 [Worker] webkitIDBRequest
70 [Worker] webkitIDBTransaction 71 [Worker] webkitIDBTransaction
71 [Worker] webkitURL 72 [Worker] webkitURL
72 PASS successfullyParsed is true 73 PASS successfullyParsed is true
73 74
74 TEST COMPLETE 75 TEST COMPLETE
75 76
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698