| OLD | NEW |
| 1 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use the standard '
IDBTransaction' instead. |
| 2 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use the standard 'IDBR
equest' instead. |
| 3 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use the standard '
IDBObjectStore' instead. |
| 4 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use the standard 'IDB
KeyRange' instead. |
| 5 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use the standard 'IDBInd
ex' instead. |
| 6 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use the standard 'IDBF
actory' instead. |
| 7 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use the standard 'IDB
Database' instead. |
| 8 CONSOLE WARNING: 'webkitIDBCursor' is deprecated. Please use the standard 'IDBCu
rsor' instead. |
| 9 CONSOLE WARNING: 'webkitIndexedDB' is deprecated. Please use the standard 'index
edDB' instead. |
| 1 This test documents the Constructor properties on DedicatedWorkerGlobalScope. | 10 This test documents the Constructor properties on DedicatedWorkerGlobalScope. |
| 2 | 11 |
| 3 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 12 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 4 | 13 |
| 5 | 14 |
| 6 Starting worker: resources/global-context-constructors-listing.js | 15 Starting worker: resources/global-context-constructors-listing.js |
| 7 [Worker] Array | 16 [Worker] Array |
| 8 [Worker] ArrayBuffer | 17 [Worker] ArrayBuffer |
| 9 [Worker] Blob | 18 [Worker] Blob |
| 10 [Worker] Boolean | 19 [Worker] Boolean |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 [Worker] webkitIDBIndex | 81 [Worker] webkitIDBIndex |
| 73 [Worker] webkitIDBKeyRange | 82 [Worker] webkitIDBKeyRange |
| 74 [Worker] webkitIDBObjectStore | 83 [Worker] webkitIDBObjectStore |
| 75 [Worker] webkitIDBRequest | 84 [Worker] webkitIDBRequest |
| 76 [Worker] webkitIDBTransaction | 85 [Worker] webkitIDBTransaction |
| 77 [Worker] webkitURL | 86 [Worker] webkitURL |
| 78 PASS successfullyParsed is true | 87 PASS successfullyParsed is true |
| 79 | 88 |
| 80 TEST COMPLETE | 89 TEST COMPLETE |
| 81 | 90 |
| OLD | NEW |