| 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 2704 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2715 interface KeyboardEvent : UIEvent | 2715 interface KeyboardEvent : UIEvent |
| 2716 attribute DOM_KEY_LOCATION_LEFT | 2716 attribute DOM_KEY_LOCATION_LEFT |
| 2717 attribute DOM_KEY_LOCATION_NUMPAD | 2717 attribute DOM_KEY_LOCATION_NUMPAD |
| 2718 attribute DOM_KEY_LOCATION_RIGHT | 2718 attribute DOM_KEY_LOCATION_RIGHT |
| 2719 attribute DOM_KEY_LOCATION_STANDARD | 2719 attribute DOM_KEY_LOCATION_STANDARD |
| 2720 getter altKey | 2720 getter altKey |
| 2721 getter charCode | 2721 getter charCode |
| 2722 getter code | 2722 getter code |
| 2723 getter ctrlKey | 2723 getter ctrlKey |
| 2724 getter keyCode | 2724 getter keyCode |
| 2725 getter keyIdentifier | |
| 2726 getter location | 2725 getter location |
| 2727 getter metaKey | 2726 getter metaKey |
| 2728 getter repeat | 2727 getter repeat |
| 2729 getter shiftKey | 2728 getter shiftKey |
| 2730 getter which | 2729 getter which |
| 2731 method constructor | 2730 method constructor |
| 2732 method getModifierState | 2731 method getModifierState |
| 2733 method initKeyboardEvent | 2732 method initKeyboardEvent |
| 2734 interface Location | 2733 interface Location |
| 2735 method constructor | 2734 method constructor |
| (...skipping 3114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5850 method scrollBy | 5849 method scrollBy |
| 5851 method scrollTo | 5850 method scrollTo |
| 5852 method setInterval | 5851 method setInterval |
| 5853 method setTimeout | 5852 method setTimeout |
| 5854 method stop | 5853 method stop |
| 5855 method webkitCancelAnimationFrame | 5854 method webkitCancelAnimationFrame |
| 5856 method webkitCancelRequestAnimationFrame | 5855 method webkitCancelRequestAnimationFrame |
| 5857 method webkitRequestAnimationFrame | 5856 method webkitRequestAnimationFrame |
| 5858 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 5857 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
| 5859 TEST FINISHED | 5858 TEST FINISHED |
| OLD | NEW |