| 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 20 matching lines...) Expand all Loading... |
| 31 [Worker] IDBOpenDBRequest | 31 [Worker] IDBOpenDBRequest |
| 32 [Worker] IDBRequest | 32 [Worker] IDBRequest |
| 33 [Worker] IDBTransaction | 33 [Worker] IDBTransaction |
| 34 [Worker] IDBVersionChangeEvent | 34 [Worker] IDBVersionChangeEvent |
| 35 [Worker] ImageData | 35 [Worker] ImageData |
| 36 [Worker] Int16Array | 36 [Worker] Int16Array |
| 37 [Worker] Int32Array | 37 [Worker] Int32Array |
| 38 [Worker] Int8Array | 38 [Worker] Int8Array |
| 39 [Worker] MessageChannel | 39 [Worker] MessageChannel |
| 40 [Worker] MessageEvent | 40 [Worker] MessageEvent |
| 41 [Worker] NetworkInfoConnection |
| 41 [Worker] Number | 42 [Worker] Number |
| 42 [Worker] Object | 43 [Worker] Object |
| 43 [Worker] Promise | 44 [Worker] Promise |
| 44 [Worker] RangeError | 45 [Worker] RangeError |
| 45 [Worker] ReferenceError | 46 [Worker] ReferenceError |
| 46 [Worker] RegExp | 47 [Worker] RegExp |
| 47 [Worker] SharedWorkerGlobalScope | 48 [Worker] SharedWorkerGlobalScope |
| 48 [Worker] String | 49 [Worker] String |
| 49 [Worker] SyntaxError | 50 [Worker] SyntaxError |
| 50 [Worker] TextDecoder | 51 [Worker] TextDecoder |
| (...skipping 18 matching lines...) Expand all Loading... |
| 69 [Worker] webkitIDBIndex | 70 [Worker] webkitIDBIndex |
| 70 [Worker] webkitIDBKeyRange | 71 [Worker] webkitIDBKeyRange |
| 71 [Worker] webkitIDBObjectStore | 72 [Worker] webkitIDBObjectStore |
| 72 [Worker] webkitIDBRequest | 73 [Worker] webkitIDBRequest |
| 73 [Worker] webkitIDBTransaction | 74 [Worker] webkitIDBTransaction |
| 74 [Worker] webkitURL | 75 [Worker] webkitURL |
| 75 PASS successfullyParsed is true | 76 PASS successfullyParsed is true |
| 76 | 77 |
| 77 TEST COMPLETE | 78 TEST COMPLETE |
| 78 | 79 |
| OLD | NEW |