Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(320)

Side by Side Diff: LayoutTests/platform/android/webexposed/global-interface-listing-expected.txt

Issue 1149373003: Remove Range.compareNode() as it is not in the spec (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: updated webexposed/global-interface-listing.html Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 3799 matching lines...) Expand 10 before | Expand all | Expand 10 after
3810 method toJSON 3810 method toJSON
3811 setter sdp 3811 setter sdp
3812 setter type 3812 setter type
3813 interface RadioNodeList 3813 interface RadioNodeList
3814 getter value 3814 getter value
3815 method constructor 3815 method constructor
3816 setter value 3816 setter value
3817 interface Range 3817 interface Range
3818 attribute END_TO_END 3818 attribute END_TO_END
3819 attribute END_TO_START 3819 attribute END_TO_START
3820 attribute NODE_AFTER
3821 attribute NODE_BEFORE
3822 attribute NODE_BEFORE_AND_AFTER
3823 attribute NODE_INSIDE
3824 attribute START_TO_END 3820 attribute START_TO_END
3825 attribute START_TO_START 3821 attribute START_TO_START
3826 getter collapsed 3822 getter collapsed
3827 getter commonAncestorContainer 3823 getter commonAncestorContainer
3828 getter endContainer 3824 getter endContainer
3829 getter endOffset 3825 getter endOffset
3830 getter startContainer 3826 getter startContainer
3831 getter startOffset 3827 getter startOffset
3832 method cloneContents 3828 method cloneContents
3833 method cloneRange 3829 method cloneRange
3834 method collapse 3830 method collapse
3835 method compareBoundaryPoints 3831 method compareBoundaryPoints
3836 method compareNode
3837 method comparePoint 3832 method comparePoint
3838 method constructor 3833 method constructor
3839 method createContextualFragment 3834 method createContextualFragment
3840 method deleteContents 3835 method deleteContents
3841 method detach 3836 method detach
3842 method expand 3837 method expand
3843 method extractContents 3838 method extractContents
3844 method getBoundingClientRect 3839 method getBoundingClientRect
3845 method getClientRects 3840 method getClientRects
3846 method insertNode 3841 method insertNode
(...skipping 2959 matching lines...) Expand 10 before | Expand all | Expand 10 after
6806 setter password 6801 setter password
6807 setter pathname 6802 setter pathname
6808 setter port 6803 setter port
6809 setter protocol 6804 setter protocol
6810 setter search 6805 setter search
6811 setter username 6806 setter username
6812 PASS successfullyParsed is true 6807 PASS successfullyParsed is true
6813 6808
6814 TEST COMPLETE 6809 TEST COMPLETE
6815 6810
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698