| OLD | NEW |
| (Empty) |
| 1 This test documents the Constructor properties on the global worker context. | |
| 2 | |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | |
| 4 | |
| 5 | |
| 6 Starting worker: resources/global-context-constructors-listing.js | |
| 7 [Worker] Array | |
| 8 [Worker] ArrayBuffer | |
| 9 [Worker] Blob | |
| 10 [Worker] Boolean | |
| 11 [Worker] DataView | |
| 12 [Worker] Date | |
| 13 [Worker] Error | |
| 14 [Worker] EvalError | |
| 15 [Worker] EventSource | |
| 16 [Worker] FileError | |
| 17 [Worker] FileException | |
| 18 [Worker] FileReader | |
| 19 [Worker] FileReaderSync | |
| 20 [Worker] Float32Array | |
| 21 [Worker] Float64Array | |
| 22 [Worker] Function | |
| 23 [Worker] IDBCursor | |
| 24 [Worker] IDBCursorWithValue | |
| 25 [Worker] IDBDatabase | |
| 26 [Worker] IDBFactory | |
| 27 [Worker] IDBIndex | |
| 28 [Worker] IDBKeyRange | |
| 29 [Worker] IDBObjectStore | |
| 30 [Worker] IDBOpenDBRequest | |
| 31 [Worker] IDBRequest | |
| 32 [Worker] IDBTransaction | |
| 33 [Worker] IDBVersionChangeEvent | |
| 34 [Worker] Int16Array | |
| 35 [Worker] Int32Array | |
| 36 [Worker] Int8Array | |
| 37 [Worker] MessageChannel | |
| 38 [Worker] MessageEvent | |
| 39 [Worker] Number | |
| 40 [Worker] Object | |
| 41 [Worker] RangeError | |
| 42 [Worker] ReferenceError | |
| 43 [Worker] RegExp | |
| 44 [Worker] String | |
| 45 [Worker] SyntaxError | |
| 46 [Worker] TypeError | |
| 47 [Worker] URIError | |
| 48 [Worker] URL | |
| 49 [Worker] Uint16Array | |
| 50 [Worker] Uint32Array | |
| 51 [Worker] Uint8Array | |
| 52 [Worker] Uint8ClampedArray | |
| 53 [Worker] WebSocket | |
| 54 [Worker] WorkerLocation | |
| 55 [Worker] XMLHttpRequest | |
| 56 [Worker] webkitIDBCursor | |
| 57 [Worker] webkitIDBDatabase | |
| 58 [Worker] webkitIDBFactory | |
| 59 [Worker] webkitIDBIndex | |
| 60 [Worker] webkitIDBKeyRange | |
| 61 [Worker] webkitIDBObjectStore | |
| 62 [Worker] webkitIDBRequest | |
| 63 [Worker] webkitIDBTransaction | |
| 64 [Worker] webkitURL | |
| 65 PASS successfullyParsed is true | |
| 66 | |
| 67 TEST COMPLETE | |
| 68 | |
| OLD | NEW |