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

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 missing break, rebaseline, no config.h Created 5 years 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 target
3129 getter rootBounds
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 3626 matching lines...) Expand 10 before | Expand all | Expand 10 after
6755 method stop 6768 method stop
6756 method webkitCancelAnimationFrame 6769 method webkitCancelAnimationFrame
6757 method webkitCancelRequestAnimationFrame 6770 method webkitCancelRequestAnimationFrame
6758 method webkitRequestAnimationFrame 6771 method webkitRequestAnimationFrame
6759 method webkitRequestFileSystem 6772 method webkitRequestFileSystem
6760 method webkitResolveLocalFileSystemURL 6773 method webkitResolveLocalFileSystemURL
6761 PASS successfullyParsed is true 6774 PASS successfullyParsed is true
6762 6775
6763 TEST COMPLETE 6776 TEST COMPLETE
6764 6777
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698