| OLD | NEW |
| 1 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT
ransaction' instead. | 1 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated and will be remov
ed in M57, around March 2017. Please use 'IDBTransaction' instead. See https://w
ww.chromestatus.com/features/5775330191081472 for more details. |
| 2 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque
st' instead. | 2 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated and will be removed i
n M57, around March 2017. Please use 'IDBRequest' instead. See https://www.chrom
estatus.com/features/5775330191081472 for more details. |
| 3 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO
bjectStore' instead. | 3 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated and will be remov
ed in M57, around March 2017. Please use 'IDBObjectStore' instead. See https://w
ww.chromestatus.com/features/5775330191081472 for more details. |
| 4 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR
ange' instead. | 4 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated and will be removed
in M57, around March 2017. Please use 'IDBKeyRange' instead. See https://www.chr
omestatus.com/features/5775330191081472 for more details. |
| 5 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex'
instead. | 5 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated and will be removed in
M57, around March 2017. Please use 'IDBIndex' instead. See https://www.chromesta
tus.com/features/5775330191081472 for more details. |
| 6 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto
ry' instead. | 6 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated and will be removed i
n M57, around March 2017. Please use 'IDBFactory' instead. See https://www.chrom
estatus.com/features/5775330191081472 for more details. |
| 7 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData
base' instead. | 7 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated and will be removed
in M57, around March 2017. Please use 'IDBDatabase' instead. See https://www.chr
omestatus.com/features/5775330191081472 for more details. |
| 8 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated. Please use 'IDBCursor
' instead. | 8 CONSOLE WARNING: line 94: 'webkitIDBCursor' is deprecated and will be removed in
M57, around March 2017. Please use 'IDBCursor' instead. See https://www.chromes
tatus.com/features/5775330191081472 for more details. |
| 9 This test documents all interface attributes and methods on CompositorWorkerGlob
alScope. | 9 This test documents all interface attributes and methods on CompositorWorkerGlob
alScope. |
| 10 | 10 |
| 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". | 11 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE
". |
| 12 | 12 |
| 13 | 13 |
| 14 Starting worker: resources/global-interface-listing.js | 14 Starting worker: resources/global-interface-listing.js |
| 15 [Worker] [INTERFACES] | 15 [Worker] [INTERFACES] |
| 16 [Worker] interface ByteLengthQueuingStrategy | 16 [Worker] interface ByteLengthQueuingStrategy |
| 17 [Worker] method constructor | 17 [Worker] method constructor |
| 18 [Worker] method size | 18 [Worker] method size |
| (...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 [Worker] getter onmessage | 190 [Worker] getter onmessage |
| 191 [Worker] method cancelAnimationFrame | 191 [Worker] method cancelAnimationFrame |
| 192 [Worker] method gc | 192 [Worker] method gc |
| 193 [Worker] method postMessage | 193 [Worker] method postMessage |
| 194 [Worker] method requestAnimationFrame | 194 [Worker] method requestAnimationFrame |
| 195 [Worker] setter onmessage | 195 [Worker] setter onmessage |
| 196 PASS successfullyParsed is true | 196 PASS successfullyParsed is true |
| 197 | 197 |
| 198 TEST COMPLETE | 198 TEST COMPLETE |
| 199 | 199 |
| OLD | NEW |