| OLD | NEW |
| 1 This test documents the Constructor properties on the global worker context. | 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] Error | 14 [Worker] Error |
| 14 [Worker] EvalError | 15 [Worker] EvalError |
| 15 [Worker] EventSource | 16 [Worker] EventSource |
| 16 [Worker] FileError | 17 [Worker] FileError |
| 17 [Worker] FileException | 18 [Worker] FileException |
| 18 [Worker] FileReader | 19 [Worker] FileReader |
| 19 [Worker] FileReaderSync | 20 [Worker] FileReaderSync |
| 20 [Worker] Float32Array | 21 [Worker] Float32Array |
| 21 [Worker] Float64Array | 22 [Worker] Float64Array |
| 22 [Worker] Function | 23 [Worker] Function |
| (...skipping 21 matching lines...) Expand all Loading... |
| 44 [Worker] String | 45 [Worker] String |
| 45 [Worker] SyntaxError | 46 [Worker] SyntaxError |
| 46 [Worker] TypeError | 47 [Worker] TypeError |
| 47 [Worker] URIError | 48 [Worker] URIError |
| 48 [Worker] URL | 49 [Worker] URL |
| 49 [Worker] Uint16Array | 50 [Worker] Uint16Array |
| 50 [Worker] Uint32Array | 51 [Worker] Uint32Array |
| 51 [Worker] Uint8Array | 52 [Worker] Uint8Array |
| 52 [Worker] Uint8ClampedArray | 53 [Worker] Uint8ClampedArray |
| 53 [Worker] WebSocket | 54 [Worker] WebSocket |
| 55 [Worker] WorkerGlobalScope |
| 54 [Worker] WorkerLocation | 56 [Worker] WorkerLocation |
| 55 [Worker] XMLHttpRequest | 57 [Worker] XMLHttpRequest |
| 56 [Worker] webkitIDBCursor | 58 [Worker] webkitIDBCursor |
| 57 [Worker] webkitIDBDatabase | 59 [Worker] webkitIDBDatabase |
| 58 [Worker] webkitIDBFactory | 60 [Worker] webkitIDBFactory |
| 59 [Worker] webkitIDBIndex | 61 [Worker] webkitIDBIndex |
| 60 [Worker] webkitIDBKeyRange | 62 [Worker] webkitIDBKeyRange |
| 61 [Worker] webkitIDBObjectStore | 63 [Worker] webkitIDBObjectStore |
| 62 [Worker] webkitIDBRequest | 64 [Worker] webkitIDBRequest |
| 63 [Worker] webkitIDBTransaction | 65 [Worker] webkitIDBTransaction |
| 64 [Worker] webkitURL | 66 [Worker] webkitURL |
| 65 PASS successfullyParsed is true | 67 PASS successfullyParsed is true |
| 66 | 68 |
| 67 TEST COMPLETE | 69 TEST COMPLETE |
| 68 | 70 |
| OLD | NEW |