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

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

Issue 1449623002: IntersectionObserver: second cut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add RuntimeEnabled flags to all idl's, fix test expectations. Created 4 years, 11 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 3098 matching lines...) Expand 10 before | Expand all | Expand 10 after
3109 getter height 3109 getter height
3110 getter width 3110 getter width
3111 method constructor 3111 method constructor
3112 interface ImageData 3112 interface ImageData
3113 getter height 3113 getter height
3114 getter width 3114 getter width
3115 method constructor 3115 method constructor
3116 interface InputDeviceCapabilities 3116 interface InputDeviceCapabilities
3117 getter firesTouchEvents 3117 getter firesTouchEvents
3118 method constructor 3118 method constructor
3119 interface IntersectionObserver
3120 method constructor
3121 method disconnect
3122 method observe
3123 method takeRecords
3124 method unobserve
3125 interface IntersectionObserverEntry
3126 getter boundingClientRect
3127 getter intersectionRect
3128 getter rootBounds
3129 getter target
3130 getter time
3131 method constructor
3119 interface KeyboardEvent : UIEvent 3132 interface KeyboardEvent : UIEvent
3120 attribute DOM_KEY_LOCATION_LEFT 3133 attribute DOM_KEY_LOCATION_LEFT
3121 attribute DOM_KEY_LOCATION_NUMPAD 3134 attribute DOM_KEY_LOCATION_NUMPAD
3122 attribute DOM_KEY_LOCATION_RIGHT 3135 attribute DOM_KEY_LOCATION_RIGHT
3123 attribute DOM_KEY_LOCATION_STANDARD 3136 attribute DOM_KEY_LOCATION_STANDARD
3124 getter altKey 3137 getter altKey
3125 getter charCode 3138 getter charCode
3126 getter code 3139 getter code
3127 getter ctrlKey 3140 getter ctrlKey
3128 getter key 3141 getter key
(...skipping 3629 matching lines...) Expand 10 before | Expand all | Expand 10 after
6758 method stop 6771 method stop
6759 method webkitCancelAnimationFrame 6772 method webkitCancelAnimationFrame
6760 method webkitCancelRequestAnimationFrame 6773 method webkitCancelRequestAnimationFrame
6761 method webkitRequestAnimationFrame 6774 method webkitRequestAnimationFrame
6762 method webkitRequestFileSystem 6775 method webkitRequestFileSystem
6763 method webkitResolveLocalFileSystemURL 6776 method webkitResolveLocalFileSystemURL
6764 PASS successfullyParsed is true 6777 PASS successfullyParsed is true
6765 6778
6766 TEST COMPLETE 6779 TEST COMPLETE
6767 6780
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698