| OLD | NEW |
| 1 [INTERFACES] | 1 [INTERFACES] |
| 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst
ead. | 2 'webkitOfflineAudioContext' is deprecated. Please use 'OfflineAudioContext' inst
ead. |
| 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. | 3 'webkitAudioContext' is deprecated. Please use 'AudioContext' instead. |
| 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS
torage' or 'navigator.webkitPersistentStorage' instead. | 4 'window.webkitStorageInfo' is deprecated. Please use 'navigator.webkitTemporaryS
torage' or 'navigator.webkitPersistentStorage' instead. |
| 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. | 5 'webkitIDBTransaction' is deprecated. Please use 'IDBTransaction' instead. |
| 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. | 6 'webkitIDBRequest' is deprecated. Please use 'IDBRequest' instead. |
| 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. | 7 'webkitIDBObjectStore' is deprecated. Please use 'IDBObjectStore' instead. |
| 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. | 8 'webkitIDBKeyRange' is deprecated. Please use 'IDBKeyRange' instead. |
| 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. | 9 'webkitIDBIndex' is deprecated. Please use 'IDBIndex' instead. |
| 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. | 10 'webkitIDBFactory' is deprecated. Please use 'IDBFactory' instead. |
| (...skipping 2949 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2960 getter movementY | 2960 getter movementY |
| 2961 getter offsetX | 2961 getter offsetX |
| 2962 getter offsetY | 2962 getter offsetY |
| 2963 getter pageX | 2963 getter pageX |
| 2964 getter pageY | 2964 getter pageY |
| 2965 getter relatedTarget | 2965 getter relatedTarget |
| 2966 getter screenX | 2966 getter screenX |
| 2967 getter screenY | 2967 getter screenY |
| 2968 getter shiftKey | 2968 getter shiftKey |
| 2969 getter toElement | 2969 getter toElement |
| 2970 getter webkitMovementX | |
| 2971 getter webkitMovementY | |
| 2972 getter which | 2970 getter which |
| 2973 getter x | 2971 getter x |
| 2974 getter y | 2972 getter y |
| 2975 method constructor | 2973 method constructor |
| 2976 method getModifierState | 2974 method getModifierState |
| 2977 method initMouseEvent | 2975 method initMouseEvent |
| 2978 interface MutationEvent : Event | 2976 interface MutationEvent : Event |
| 2979 attribute ADDITION | 2977 attribute ADDITION |
| 2980 attribute MODIFICATION | 2978 attribute MODIFICATION |
| 2981 attribute REMOVAL | 2979 attribute REMOVAL |
| (...skipping 2835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5817 method scrollBy | 5815 method scrollBy |
| 5818 method scrollTo | 5816 method scrollTo |
| 5819 method setInterval | 5817 method setInterval |
| 5820 method setTimeout | 5818 method setTimeout |
| 5821 method stop | 5819 method stop |
| 5822 method webkitCancelAnimationFrame | 5820 method webkitCancelAnimationFrame |
| 5823 method webkitCancelRequestAnimationFrame | 5821 method webkitCancelRequestAnimationFrame |
| 5824 method webkitRequestAnimationFrame | 5822 method webkitRequestAnimationFrame |
| 5825 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 5823 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
| 5826 TEST FINISHED | 5824 TEST FINISHED |
| OLD | NEW |