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

Side by Side Diff: third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 1330633003: Intersection Observer first draft Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Lost newline in merge Created 5 years, 2 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 2660 matching lines...) Expand 10 before | Expand all | Expand 10 after
2671 getter height 2671 getter height
2672 getter width 2672 getter width
2673 method constructor 2673 method constructor
2674 interface ImageData 2674 interface ImageData
2675 getter height 2675 getter height
2676 getter width 2676 getter width
2677 method constructor 2677 method constructor
2678 interface InputDeviceCapabilities 2678 interface InputDeviceCapabilities
2679 getter firesTouchEvents 2679 getter firesTouchEvents
2680 method constructor 2680 method constructor
2681 interface IntersectionObserverEntry
2682 getter quads
2683 getter target
2684 getter time
2685 getter viewport
2686 method constructor
2681 interface KeyboardEvent 2687 interface KeyboardEvent
2682 attribute DOM_KEY_LOCATION_LEFT 2688 attribute DOM_KEY_LOCATION_LEFT
2683 attribute DOM_KEY_LOCATION_NUMPAD 2689 attribute DOM_KEY_LOCATION_NUMPAD
2684 attribute DOM_KEY_LOCATION_RIGHT 2690 attribute DOM_KEY_LOCATION_RIGHT
2685 attribute DOM_KEY_LOCATION_STANDARD 2691 attribute DOM_KEY_LOCATION_STANDARD
2686 getter altKey 2692 getter altKey
2687 getter charCode 2693 getter charCode
2688 getter ctrlKey 2694 getter ctrlKey
2689 getter keyCode 2695 getter keyCode
2690 getter keyIdentifier 2696 getter keyIdentifier
(...skipping 3345 matching lines...) Expand 10 before | Expand all | Expand 10 after
6036 setter password 6042 setter password
6037 setter pathname 6043 setter pathname
6038 setter port 6044 setter port
6039 setter protocol 6045 setter protocol
6040 setter search 6046 setter search
6041 setter username 6047 setter username
6042 PASS successfullyParsed is true 6048 PASS successfullyParsed is true
6043 6049
6044 TEST COMPLETE 6050 TEST COMPLETE
6045 6051
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698