OLD | NEW |
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] CustomEvent |
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 |
| 17 [Worker] Event |
16 [Worker] EventSource | 18 [Worker] EventSource |
| 19 [Worker] EventTarget |
17 [Worker] File | 20 [Worker] File |
18 [Worker] FileError | 21 [Worker] FileError |
19 [Worker] FileReader | 22 [Worker] FileReader |
20 [Worker] FileReaderSync | 23 [Worker] FileReaderSync |
21 [Worker] Float32Array | 24 [Worker] Float32Array |
22 [Worker] Float64Array | 25 [Worker] Float64Array |
23 [Worker] FormData | 26 [Worker] FormData |
24 [Worker] Function | 27 [Worker] Function |
25 [Worker] IDBCursor | 28 [Worker] IDBCursor |
26 [Worker] IDBCursorWithValue | 29 [Worker] IDBCursorWithValue |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 [Worker] webkitIDBIndex | 72 [Worker] webkitIDBIndex |
70 [Worker] webkitIDBKeyRange | 73 [Worker] webkitIDBKeyRange |
71 [Worker] webkitIDBObjectStore | 74 [Worker] webkitIDBObjectStore |
72 [Worker] webkitIDBRequest | 75 [Worker] webkitIDBRequest |
73 [Worker] webkitIDBTransaction | 76 [Worker] webkitIDBTransaction |
74 [Worker] webkitURL | 77 [Worker] webkitURL |
75 PASS successfullyParsed is true | 78 PASS successfullyParsed is true |
76 | 79 |
77 TEST COMPLETE | 80 TEST COMPLETE |
78 | 81 |
OLD | NEW |