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 20 matching lines...) Expand all Loading... |
31 [Worker] IDBRequest | 31 [Worker] IDBRequest |
32 [Worker] IDBTransaction | 32 [Worker] IDBTransaction |
33 [Worker] IDBVersionChangeEvent | 33 [Worker] IDBVersionChangeEvent |
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] Promise | |
42 [Worker] PromiseResolver | |
43 [Worker] RangeError | 41 [Worker] RangeError |
44 [Worker] ReferenceError | 42 [Worker] ReferenceError |
45 [Worker] RegExp | 43 [Worker] RegExp |
46 [Worker] String | 44 [Worker] String |
47 [Worker] SyntaxError | 45 [Worker] SyntaxError |
48 [Worker] TextDecoder | |
49 [Worker] TextEncoder | |
50 [Worker] TypeError | 46 [Worker] TypeError |
51 [Worker] URIError | 47 [Worker] URIError |
52 [Worker] URL | 48 [Worker] URL |
53 [Worker] Uint16Array | 49 [Worker] Uint16Array |
54 [Worker] Uint32Array | 50 [Worker] Uint32Array |
55 [Worker] Uint8Array | 51 [Worker] Uint8Array |
56 [Worker] Uint8ClampedArray | 52 [Worker] Uint8ClampedArray |
57 [Worker] WebSocket | 53 [Worker] WebSocket |
58 [Worker] WorkerGlobalScope | 54 [Worker] WorkerGlobalScope |
59 [Worker] WorkerLocation | 55 [Worker] WorkerLocation |
60 [Worker] WorkerNavigator | 56 [Worker] WorkerNavigator |
61 [Worker] XMLHttpRequest | 57 [Worker] XMLHttpRequest |
62 [Worker] webkitIDBCursor | 58 [Worker] webkitIDBCursor |
63 [Worker] webkitIDBDatabase | 59 [Worker] webkitIDBDatabase |
64 [Worker] webkitIDBFactory | 60 [Worker] webkitIDBFactory |
65 [Worker] webkitIDBIndex | 61 [Worker] webkitIDBIndex |
66 [Worker] webkitIDBKeyRange | 62 [Worker] webkitIDBKeyRange |
67 [Worker] webkitIDBObjectStore | 63 [Worker] webkitIDBObjectStore |
68 [Worker] webkitIDBRequest | 64 [Worker] webkitIDBRequest |
69 [Worker] webkitIDBTransaction | 65 [Worker] webkitIDBTransaction |
70 [Worker] webkitURL | 66 [Worker] webkitURL |
71 PASS successfullyParsed is true | 67 PASS successfullyParsed is true |
72 | 68 |
73 TEST COMPLETE | 69 TEST COMPLETE |
74 | 70 |
OLD | NEW |