OLD | NEW |
1 This test documents the Constructor properties on the global worker context. | 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 |
11 [Worker] DataView | 11 [Worker] DataView |
(...skipping 22 matching lines...) Expand all Loading... |
34 [Worker] Int16Array | 34 [Worker] Int16Array |
35 [Worker] Int32Array | 35 [Worker] Int32Array |
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] SharedWorkerGlobalScope |
44 [Worker] String | 45 [Worker] String |
45 [Worker] SyntaxError | 46 [Worker] SyntaxError |
46 [Worker] TypeError | 47 [Worker] TypeError |
47 [Worker] URIError | 48 [Worker] URIError |
48 [Worker] URL | 49 [Worker] URL |
49 [Worker] Uint16Array | 50 [Worker] Uint16Array |
50 [Worker] Uint32Array | 51 [Worker] Uint32Array |
51 [Worker] Uint8Array | 52 [Worker] Uint8Array |
52 [Worker] Uint8ClampedArray | 53 [Worker] Uint8ClampedArray |
53 [Worker] WebSocket | 54 [Worker] WebSocket |
| 55 [Worker] WorkerGlobalScope |
54 [Worker] WorkerLocation | 56 [Worker] WorkerLocation |
55 [Worker] XMLHttpRequest | 57 [Worker] XMLHttpRequest |
56 [Worker] webkitIDBCursor | 58 [Worker] webkitIDBCursor |
57 [Worker] webkitIDBDatabase | 59 [Worker] webkitIDBDatabase |
58 [Worker] webkitIDBFactory | 60 [Worker] webkitIDBFactory |
59 [Worker] webkitIDBIndex | 61 [Worker] webkitIDBIndex |
60 [Worker] webkitIDBKeyRange | 62 [Worker] webkitIDBKeyRange |
61 [Worker] webkitIDBObjectStore | 63 [Worker] webkitIDBObjectStore |
62 [Worker] webkitIDBRequest | 64 [Worker] webkitIDBRequest |
63 [Worker] webkitIDBTransaction | 65 [Worker] webkitIDBTransaction |
64 [Worker] webkitURL | 66 [Worker] webkitURL |
65 PASS successfullyParsed is true | 67 PASS successfullyParsed is true |
66 | 68 |
67 TEST COMPLETE | 69 TEST COMPLETE |
68 | 70 |
OLD | NEW |