| 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 |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 47 [Worker] SyntaxError | 47 [Worker] SyntaxError |
| 48 [Worker] TextDecoder | 48 [Worker] TextDecoder |
| 49 [Worker] TextEncoder | 49 [Worker] TextEncoder |
| 50 [Worker] TypeError | 50 [Worker] TypeError |
| 51 [Worker] URIError | 51 [Worker] URIError |
| 52 [Worker] URL | 52 [Worker] URL |
| 53 [Worker] Uint16Array | 53 [Worker] Uint16Array |
| 54 [Worker] Uint32Array | 54 [Worker] Uint32Array |
| 55 [Worker] Uint8Array | 55 [Worker] Uint8Array |
| 56 [Worker] Uint8ClampedArray | 56 [Worker] Uint8ClampedArray |
| 57 [Worker] WeakMap |
| 58 [Worker] WeakSet |
| 57 [Worker] WebSocket | 59 [Worker] WebSocket |
| 58 [Worker] WorkerGlobalScope | 60 [Worker] WorkerGlobalScope |
| 59 [Worker] WorkerLocation | 61 [Worker] WorkerLocation |
| 60 [Worker] WorkerNavigator | 62 [Worker] WorkerNavigator |
| 61 [Worker] XMLHttpRequest | 63 [Worker] XMLHttpRequest |
| 62 [Worker] webkitIDBCursor | 64 [Worker] webkitIDBCursor |
| 63 [Worker] webkitIDBDatabase | 65 [Worker] webkitIDBDatabase |
| 64 [Worker] webkitIDBFactory | 66 [Worker] webkitIDBFactory |
| 65 [Worker] webkitIDBIndex | 67 [Worker] webkitIDBIndex |
| 66 [Worker] webkitIDBKeyRange | 68 [Worker] webkitIDBKeyRange |
| 67 [Worker] webkitIDBObjectStore | 69 [Worker] webkitIDBObjectStore |
| 68 [Worker] webkitIDBRequest | 70 [Worker] webkitIDBRequest |
| 69 [Worker] webkitIDBTransaction | 71 [Worker] webkitIDBTransaction |
| 70 [Worker] webkitURL | 72 [Worker] webkitURL |
| 71 PASS successfullyParsed is true | 73 PASS successfullyParsed is true |
| 72 | 74 |
| 73 TEST COMPLETE | 75 TEST COMPLETE |
| 74 | 76 |
| OLD | NEW |