| 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 13 matching lines...) Expand all Loading... |
| 24 [Worker] IDBCursorWithValue | 24 [Worker] IDBCursorWithValue |
| 25 [Worker] IDBDatabase | 25 [Worker] IDBDatabase |
| 26 [Worker] IDBFactory | 26 [Worker] IDBFactory |
| 27 [Worker] IDBIndex | 27 [Worker] IDBIndex |
| 28 [Worker] IDBKeyRange | 28 [Worker] IDBKeyRange |
| 29 [Worker] IDBObjectStore | 29 [Worker] IDBObjectStore |
| 30 [Worker] IDBOpenDBRequest | 30 [Worker] IDBOpenDBRequest |
| 31 [Worker] IDBRequest | 31 [Worker] IDBRequest |
| 32 [Worker] IDBTransaction | 32 [Worker] IDBTransaction |
| 33 [Worker] IDBVersionChangeEvent | 33 [Worker] IDBVersionChangeEvent |
| 34 [Worker] ImageData |
| 34 [Worker] Int16Array | 35 [Worker] Int16Array |
| 35 [Worker] Int32Array | 36 [Worker] Int32Array |
| 36 [Worker] Int8Array | 37 [Worker] Int8Array |
| 37 [Worker] MessageChannel | 38 [Worker] MessageChannel |
| 38 [Worker] MessageEvent | 39 [Worker] MessageEvent |
| 39 [Worker] Number | 40 [Worker] Number |
| 40 [Worker] Object | 41 [Worker] Object |
| 41 [Worker] Promise | 42 [Worker] Promise |
| 42 [Worker] RangeError | 43 [Worker] RangeError |
| 43 [Worker] ReferenceError | 44 [Worker] ReferenceError |
| (...skipping 21 matching lines...) Expand all Loading... |
| 65 [Worker] webkitIDBIndex | 66 [Worker] webkitIDBIndex |
| 66 [Worker] webkitIDBKeyRange | 67 [Worker] webkitIDBKeyRange |
| 67 [Worker] webkitIDBObjectStore | 68 [Worker] webkitIDBObjectStore |
| 68 [Worker] webkitIDBRequest | 69 [Worker] webkitIDBRequest |
| 69 [Worker] webkitIDBTransaction | 70 [Worker] webkitIDBTransaction |
| 70 [Worker] webkitURL | 71 [Worker] webkitURL |
| 71 PASS successfullyParsed is true | 72 PASS successfullyParsed is true |
| 72 | 73 |
| 73 TEST COMPLETE | 74 TEST COMPLETE |
| 74 | 75 |
| OLD | NEW |