| OLD | NEW |
| 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. | 1 CONSOLE WARNING: line 94: 'webkitOfflineAudioContext' is deprecated. Please use
'OfflineAudioContext' instead. |
| 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. | 2 CONSOLE WARNING: line 94: 'webkitAudioContext' is deprecated. Please use 'AudioC
ontext' instead. |
| 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. | 3 CONSOLE WARNING: line 94: 'window.webkitStorageInfo' is deprecated. Please use '
navigator.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead
. |
| 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT
ransaction' instead. | 4 CONSOLE WARNING: line 94: 'webkitIDBTransaction' is deprecated. Please use 'IDBT
ransaction' instead. |
| 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque
st' instead. | 5 CONSOLE WARNING: line 94: 'webkitIDBRequest' is deprecated. Please use 'IDBReque
st' instead. |
| 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO
bjectStore' instead. | 6 CONSOLE WARNING: line 94: 'webkitIDBObjectStore' is deprecated. Please use 'IDBO
bjectStore' instead. |
| 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR
ange' instead. | 7 CONSOLE WARNING: line 94: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyR
ange' instead. |
| 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex'
instead. | 8 CONSOLE WARNING: line 94: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex'
instead. |
| 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto
ry' instead. | 9 CONSOLE WARNING: line 94: 'webkitIDBFactory' is deprecated. Please use 'IDBFacto
ry' instead. |
| 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData
base' instead. | 10 CONSOLE WARNING: line 94: 'webkitIDBDatabase' is deprecated. Please use 'IDBData
base' instead. |
| (...skipping 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 interface Blob | 257 interface Blob |
| 258 attribute @@toStringTag | 258 attribute @@toStringTag |
| 259 getter size | 259 getter size |
| 260 getter type | 260 getter type |
| 261 method constructor | 261 method constructor |
| 262 method slice | 262 method slice |
| 263 interface BlobEvent : Event | 263 interface BlobEvent : Event |
| 264 attribute @@toStringTag | 264 attribute @@toStringTag |
| 265 getter data | 265 getter data |
| 266 method constructor | 266 method constructor |
| 267 interface BroadcastChannel : EventTarget |
| 268 attribute @@toStringTag |
| 269 getter name |
| 270 getter onmessage |
| 271 method close |
| 272 method constructor |
| 273 method postMessage |
| 274 setter onmessage |
| 267 interface ByteLengthQueuingStrategy | 275 interface ByteLengthQueuingStrategy |
| 268 method constructor | 276 method constructor |
| 269 method size | 277 method size |
| 270 interface CDATASection : Text | 278 interface CDATASection : Text |
| 271 attribute @@toStringTag | 279 attribute @@toStringTag |
| 272 method constructor | 280 method constructor |
| 273 interface CSS | 281 interface CSS |
| 274 static method escape | 282 static method escape |
| 275 static method supports | 283 static method supports |
| 276 attribute @@toStringTag | 284 attribute @@toStringTag |
| (...skipping 6398 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6675 method stop | 6683 method stop |
| 6676 method webkitCancelAnimationFrame | 6684 method webkitCancelAnimationFrame |
| 6677 method webkitCancelRequestAnimationFrame | 6685 method webkitCancelRequestAnimationFrame |
| 6678 method webkitRequestAnimationFrame | 6686 method webkitRequestAnimationFrame |
| 6679 method webkitRequestFileSystem | 6687 method webkitRequestFileSystem |
| 6680 method webkitResolveLocalFileSystemURL | 6688 method webkitResolveLocalFileSystemURL |
| 6681 PASS successfullyParsed is true | 6689 PASS successfullyParsed is true |
| 6682 | 6690 |
| 6683 TEST COMPLETE | 6691 TEST COMPLETE |
| 6684 | 6692 |
| OLD | NEW |