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

Side by Side Diff: LayoutTests/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 3649 matching lines...) Expand 10 before | Expand all | Expand 10 after
3660 method toJSON 3660 method toJSON
3661 setter sdp 3661 setter sdp
3662 setter type 3662 setter type
3663 interface RadioNodeList 3663 interface RadioNodeList
3664 getter value 3664 getter value
3665 method constructor 3665 method constructor
3666 setter value 3666 setter value
3667 interface Range 3667 interface Range
3668 attribute END_TO_END 3668 attribute END_TO_END
3669 attribute END_TO_START 3669 attribute END_TO_START
3670 attribute NODE_AFTER
3671 attribute NODE_BEFORE
3672 attribute NODE_BEFORE_AND_AFTER
3673 attribute NODE_INSIDE
3674 attribute START_TO_END 3670 attribute START_TO_END
3675 attribute START_TO_START 3671 attribute START_TO_START
3676 getter collapsed 3672 getter collapsed
3677 getter commonAncestorContainer 3673 getter commonAncestorContainer
3678 getter endContainer 3674 getter endContainer
3679 getter endOffset 3675 getter endOffset
3680 getter startContainer 3676 getter startContainer
3681 getter startOffset 3677 getter startOffset
3682 method cloneContents 3678 method cloneContents
3683 method cloneRange 3679 method cloneRange
3684 method collapse 3680 method collapse
3685 method compareBoundaryPoints 3681 method compareBoundaryPoints
3686 method compareNode
3687 method comparePoint 3682 method comparePoint
3688 method constructor 3683 method constructor
3689 method createContextualFragment 3684 method createContextualFragment
3690 method deleteContents 3685 method deleteContents
3691 method detach 3686 method detach
3692 method expand 3687 method expand
3693 method extractContents 3688 method extractContents
3694 method getBoundingClientRect 3689 method getBoundingClientRect
3695 method getClientRects 3690 method getClientRects
3696 method insertNode 3691 method insertNode
(...skipping 2864 matching lines...) Expand 10 before | Expand all | Expand 10 after
6561 setter password 6556 setter password
6562 setter pathname 6557 setter pathname
6563 setter port 6558 setter port
6564 setter protocol 6559 setter protocol
6565 setter search 6560 setter search
6566 setter username 6561 setter username
6567 PASS successfullyParsed is true 6562 PASS successfullyParsed is true
6568 6563
6569 TEST COMPLETE 6564 TEST COMPLETE
6570 6565
OLDNEW
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | Source/core/dom/Range.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698