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 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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] WebSocket | 57 [Worker] WebSocket |
58 [Worker] WorkerGlobalScope | 58 [Worker] WorkerGlobalScope |
59 [Worker] WorkerLocation | 59 [Worker] WorkerLocation |
| 60 [Worker] WorkerNavigator |
60 [Worker] XMLHttpRequest | 61 [Worker] XMLHttpRequest |
61 [Worker] webkitIDBCursor | 62 [Worker] webkitIDBCursor |
62 [Worker] webkitIDBDatabase | 63 [Worker] webkitIDBDatabase |
63 [Worker] webkitIDBFactory | 64 [Worker] webkitIDBFactory |
64 [Worker] webkitIDBIndex | 65 [Worker] webkitIDBIndex |
65 [Worker] webkitIDBKeyRange | 66 [Worker] webkitIDBKeyRange |
66 [Worker] webkitIDBObjectStore | 67 [Worker] webkitIDBObjectStore |
67 [Worker] webkitIDBRequest | 68 [Worker] webkitIDBRequest |
68 [Worker] webkitIDBTransaction | 69 [Worker] webkitIDBTransaction |
69 [Worker] webkitURL | 70 [Worker] webkitURL |
70 PASS successfullyParsed is true | 71 PASS successfullyParsed is true |
71 | 72 |
72 TEST COMPLETE | 73 TEST COMPLETE |
73 | 74 |
OLD | NEW |