| 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 |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 [Worker] Int8Array | 36 [Worker] Int8Array |
| 37 [Worker] MessageChannel | 37 [Worker] MessageChannel |
| 38 [Worker] MessageEvent | 38 [Worker] MessageEvent |
| 39 [Worker] Number | 39 [Worker] Number |
| 40 [Worker] Object | 40 [Worker] Object |
| 41 [Worker] RangeError | 41 [Worker] RangeError |
| 42 [Worker] ReferenceError | 42 [Worker] ReferenceError |
| 43 [Worker] RegExp | 43 [Worker] RegExp |
| 44 [Worker] String | 44 [Worker] String |
| 45 [Worker] SyntaxError | 45 [Worker] SyntaxError |
| 46 [Worker] TextDecoder |
| 47 [Worker] TextEncoder |
| 46 [Worker] TypeError | 48 [Worker] TypeError |
| 47 [Worker] URIError | 49 [Worker] URIError |
| 48 [Worker] URL | 50 [Worker] URL |
| 49 [Worker] Uint16Array | 51 [Worker] Uint16Array |
| 50 [Worker] Uint32Array | 52 [Worker] Uint32Array |
| 51 [Worker] Uint8Array | 53 [Worker] Uint8Array |
| 52 [Worker] Uint8ClampedArray | 54 [Worker] Uint8ClampedArray |
| 53 [Worker] WebSocket | 55 [Worker] WebSocket |
| 54 [Worker] WorkerGlobalScope | 56 [Worker] WorkerGlobalScope |
| 55 [Worker] WorkerLocation | 57 [Worker] WorkerLocation |
| 56 [Worker] XMLHttpRequest | 58 [Worker] XMLHttpRequest |
| 57 [Worker] webkitIDBCursor | 59 [Worker] webkitIDBCursor |
| 58 [Worker] webkitIDBDatabase | 60 [Worker] webkitIDBDatabase |
| 59 [Worker] webkitIDBFactory | 61 [Worker] webkitIDBFactory |
| 60 [Worker] webkitIDBIndex | 62 [Worker] webkitIDBIndex |
| 61 [Worker] webkitIDBKeyRange | 63 [Worker] webkitIDBKeyRange |
| 62 [Worker] webkitIDBObjectStore | 64 [Worker] webkitIDBObjectStore |
| 63 [Worker] webkitIDBRequest | 65 [Worker] webkitIDBRequest |
| 64 [Worker] webkitIDBTransaction | 66 [Worker] webkitIDBTransaction |
| 65 [Worker] webkitURL | 67 [Worker] webkitURL |
| 66 PASS successfullyParsed is true | 68 PASS successfullyParsed is true |
| 67 | 69 |
| 68 TEST COMPLETE | 70 TEST COMPLETE |
| 69 | 71 |
| OLD | NEW |