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 765 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
776 method createRange | 776 method createRange |
777 method createTextNode | 777 method createTextNode |
778 method createTouch | 778 method createTouch |
779 method createTouchList | 779 method createTouchList |
780 method createTreeWalker | 780 method createTreeWalker |
781 method elementFromPoint | 781 method elementFromPoint |
782 method elementsFromPoint | 782 method elementsFromPoint |
783 method evaluate | 783 method evaluate |
784 method execCommand | 784 method execCommand |
785 method exitPointerLock | 785 method exitPointerLock |
786 method getCSSCanvasContext | |
787 method getElementById | 786 method getElementById |
788 method getElementsByClassName | 787 method getElementsByClassName |
789 method getElementsByName | 788 method getElementsByName |
790 method getElementsByTagName | 789 method getElementsByTagName |
791 method getElementsByTagNameNS | 790 method getElementsByTagNameNS |
792 method getSelection | 791 method getSelection |
793 method hasFocus | 792 method hasFocus |
794 method importNode | 793 method importNode |
795 method open | 794 method open |
796 method queryCommandEnabled | 795 method queryCommandEnabled |
(...skipping 5135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5932 method scrollBy | 5931 method scrollBy |
5933 method scrollTo | 5932 method scrollTo |
5934 method setInterval | 5933 method setInterval |
5935 method setTimeout | 5934 method setTimeout |
5936 method stop | 5935 method stop |
5937 method webkitCancelAnimationFrame | 5936 method webkitCancelAnimationFrame |
5938 method webkitCancelRequestAnimationFrame | 5937 method webkitCancelRequestAnimationFrame |
5939 method webkitRequestAnimationFrame | 5938 method webkitRequestAnimationFrame |
5940 This test documents all interface attributes and methods on the global window ob
ject and element instances. | 5939 This test documents all interface attributes and methods on the global window ob
ject and element instances. |
5941 TEST FINISHED | 5940 TEST FINISHED |
OLD | NEW |