| OLD | NEW |
| 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] CircularRegion |
| 11 [Worker] DataView | 12 [Worker] DataView |
| 12 [Worker] Date | 13 [Worker] Date |
| 13 [Worker] Error | 14 [Worker] Error |
| 14 [Worker] EvalError | 15 [Worker] EvalError |
| 15 [Worker] EventSource | 16 [Worker] EventSource |
| 16 [Worker] File | 17 [Worker] File |
| 17 [Worker] FileError | 18 [Worker] FileError |
| 18 [Worker] FileList | 19 [Worker] FileList |
| 19 [Worker] FileReader | 20 [Worker] FileReader |
| 20 [Worker] FileReaderSync | 21 [Worker] FileReaderSync |
| 21 [Worker] Float32Array | 22 [Worker] Float32Array |
| 22 [Worker] Float64Array | 23 [Worker] Float64Array |
| 23 [Worker] FormData | 24 [Worker] FormData |
| 24 [Worker] Function | 25 [Worker] Function |
| 26 [Worker] GeofencingRegion |
| 25 [Worker] IDBCursor | 27 [Worker] IDBCursor |
| 26 [Worker] IDBCursorWithValue | 28 [Worker] IDBCursorWithValue |
| 27 [Worker] IDBDatabase | 29 [Worker] IDBDatabase |
| 28 [Worker] IDBFactory | 30 [Worker] IDBFactory |
| 29 [Worker] IDBIndex | 31 [Worker] IDBIndex |
| 30 [Worker] IDBKeyRange | 32 [Worker] IDBKeyRange |
| 31 [Worker] IDBObjectStore | 33 [Worker] IDBObjectStore |
| 32 [Worker] IDBOpenDBRequest | 34 [Worker] IDBOpenDBRequest |
| 33 [Worker] IDBRequest | 35 [Worker] IDBRequest |
| 34 [Worker] IDBTransaction | 36 [Worker] IDBTransaction |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 [Worker] webkitIDBIndex | 73 [Worker] webkitIDBIndex |
| 72 [Worker] webkitIDBKeyRange | 74 [Worker] webkitIDBKeyRange |
| 73 [Worker] webkitIDBObjectStore | 75 [Worker] webkitIDBObjectStore |
| 74 [Worker] webkitIDBRequest | 76 [Worker] webkitIDBRequest |
| 75 [Worker] webkitIDBTransaction | 77 [Worker] webkitIDBTransaction |
| 76 [Worker] webkitURL | 78 [Worker] webkitURL |
| 77 PASS successfullyParsed is true | 79 PASS successfullyParsed is true |
| 78 | 80 |
| 79 TEST COMPLETE | 81 TEST COMPLETE |
| 80 | 82 |
| OLD | NEW |