| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 interface CSSFontFaceRule : CSSRule | 433 interface CSSFontFaceRule : CSSRule |
| 434 attribute @@toStringTag | 434 attribute @@toStringTag |
| 435 getter style | 435 getter style |
| 436 method constructor | 436 method constructor |
| 437 interface CSSGroupingRule : CSSRule | 437 interface CSSGroupingRule : CSSRule |
| 438 attribute @@toStringTag | 438 attribute @@toStringTag |
| 439 getter cssRules | 439 getter cssRules |
| 440 method constructor | 440 method constructor |
| 441 method deleteRule | 441 method deleteRule |
| 442 method insertRule | 442 method insertRule |
| 443 interface CSSImageValue : CSSResourceValue |
| 444 attribute @@toStringTag |
| 445 getter intrinsicHeight |
| 446 getter intrinsicRatio |
| 447 getter intrinsicWidth |
| 448 method constructor |
| 443 interface CSSImportRule : CSSRule | 449 interface CSSImportRule : CSSRule |
| 444 attribute @@toStringTag | 450 attribute @@toStringTag |
| 445 getter href | 451 getter href |
| 446 getter media | 452 getter media |
| 447 getter styleSheet | 453 getter styleSheet |
| 448 method constructor | 454 method constructor |
| 449 interface CSSKeyframeRule : CSSRule | 455 interface CSSKeyframeRule : CSSRule |
| 450 attribute @@toStringTag | 456 attribute @@toStringTag |
| 451 getter keyText | 457 getter keyText |
| 452 getter style | 458 getter style |
| (...skipping 7358 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 7811 method stop | 7817 method stop |
| 7812 method webkitCancelAnimationFrame | 7818 method webkitCancelAnimationFrame |
| 7813 method webkitCancelRequestAnimationFrame | 7819 method webkitCancelRequestAnimationFrame |
| 7814 method webkitRequestAnimationFrame | 7820 method webkitRequestAnimationFrame |
| 7815 method webkitRequestFileSystem | 7821 method webkitRequestFileSystem |
| 7816 method webkitResolveLocalFileSystemURL | 7822 method webkitResolveLocalFileSystemURL |
| 7817 PASS successfullyParsed is true | 7823 PASS successfullyParsed is true |
| 7818 | 7824 |
| 7819 TEST COMPLETE | 7825 TEST COMPLETE |
| 7820 | 7826 |
| OLD | NEW |