| OLD | NEW |
| 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA
udioContext' instead. | 1 CONSOLE WARNING: 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineA
udioContext' instead. |
| 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i
nstead. | 2 CONSOLE WARNING: 'webkitAudioContext' is deprecated. Please use 'AudioContext' i
nstead. |
| 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. | 3 CONSOLE WARNING: 'window.webkitStorageInfo' is deprecated. Please use 'navigator
.webkitTemporaryStorage' or 'navigator.webkitPersistentStorage' instead. |
| 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. | 4 CONSOLE WARNING: 'webkitIDBTransaction' is deprecated. Please use 'IDBTransactio
n' instead. |
| 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. | 5 CONSOLE WARNING: 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' inste
ad. |
| 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. | 6 CONSOLE WARNING: 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStor
e' instead. |
| 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. | 7 CONSOLE WARNING: 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' ins
tead. |
| 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. | 8 CONSOLE WARNING: 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
| 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. | 9 CONSOLE WARNING: 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' inste
ad. |
| 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. | 10 CONSOLE WARNING: 'webkitIDBDatabase' is deprecated. Please use 'IDBDatabase' ins
tead. |
| (...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 376 interface CSSRule | 376 interface CSSRule |
| 377 attribute CHARSET_RULE | 377 attribute CHARSET_RULE |
| 378 attribute FONT_FACE_RULE | 378 attribute FONT_FACE_RULE |
| 379 attribute IMPORT_RULE | 379 attribute IMPORT_RULE |
| 380 attribute KEYFRAMES_RULE | 380 attribute KEYFRAMES_RULE |
| 381 attribute KEYFRAME_RULE | 381 attribute KEYFRAME_RULE |
| 382 attribute MEDIA_RULE | 382 attribute MEDIA_RULE |
| 383 attribute PAGE_RULE | 383 attribute PAGE_RULE |
| 384 attribute STYLE_RULE | 384 attribute STYLE_RULE |
| 385 attribute SUPPORTS_RULE | 385 attribute SUPPORTS_RULE |
| 386 attribute UNKNOWN_RULE | |
| 387 attribute VIEWPORT_RULE | 386 attribute VIEWPORT_RULE |
| 388 attribute WEBKIT_KEYFRAMES_RULE | 387 attribute WEBKIT_KEYFRAMES_RULE |
| 389 attribute WEBKIT_KEYFRAME_RULE | 388 attribute WEBKIT_KEYFRAME_RULE |
| 390 getter cssText | 389 getter cssText |
| 391 getter parentRule | 390 getter parentRule |
| 392 getter parentStyleSheet | 391 getter parentStyleSheet |
| 393 getter type | 392 getter type |
| 394 method constructor | 393 method constructor |
| 395 setter cssText | 394 setter cssText |
| 396 interface CSSRuleList | 395 interface CSSRuleList |
| (...skipping 24 matching lines...) Expand all Loading... |
| 421 method constructor | 420 method constructor |
| 422 method deleteRule | 421 method deleteRule |
| 423 method insertRule | 422 method insertRule |
| 424 method removeRule | 423 method removeRule |
| 425 interface CSSSupportsRule | 424 interface CSSSupportsRule |
| 426 getter conditionText | 425 getter conditionText |
| 427 getter cssRules | 426 getter cssRules |
| 428 method constructor | 427 method constructor |
| 429 method deleteRule | 428 method deleteRule |
| 430 method insertRule | 429 method insertRule |
| 431 interface CSSUnknownRule | |
| 432 method constructor | |
| 433 interface CSSViewportRule | 430 interface CSSViewportRule |
| 434 getter style | 431 getter style |
| 435 method constructor | 432 method constructor |
| 436 interface Cache | 433 interface Cache |
| 437 method add | 434 method add |
| 438 method constructor | 435 method constructor |
| 439 method delete | 436 method delete |
| 440 method keys | 437 method keys |
| 441 method match | 438 method match |
| 442 method put | 439 method put |
| (...skipping 6373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 6816 setter password | 6813 setter password |
| 6817 setter pathname | 6814 setter pathname |
| 6818 setter port | 6815 setter port |
| 6819 setter protocol | 6816 setter protocol |
| 6820 setter search | 6817 setter search |
| 6821 setter username | 6818 setter username |
| 6822 PASS successfullyParsed is true | 6819 PASS successfullyParsed is true |
| 6823 | 6820 |
| 6824 TEST COMPLETE | 6821 TEST COMPLETE |
| 6825 | 6822 |
| OLD | NEW |