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

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

Issue 1330633003: Intersection Observer first draft Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix segfault on null input. Created 5 years, 3 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 3051 matching lines...) Expand 10 before | Expand all | Expand 10 after
3062 interface Image 3062 interface Image
3063 method constructor 3063 method constructor
3064 interface ImageBitmap 3064 interface ImageBitmap
3065 getter height 3065 getter height
3066 getter width 3066 getter width
3067 method constructor 3067 method constructor
3068 interface ImageData 3068 interface ImageData
3069 getter height 3069 getter height
3070 getter width 3070 getter width
3071 method constructor 3071 method constructor
3072 interface IntersectionObserver
3073 method constructor
3074 method disconnect
3075 method observe
3076 method takeRecords
3077 interface IntersectionObserverEntry
3078 getter quads
3079 getter target
3080 getter time
3081 getter viewport
3082 method constructor
3072 interface InputDeviceCapabilities 3083 interface InputDeviceCapabilities
3073 getter firesTouchEvents 3084 getter firesTouchEvents
3074 method constructor 3085 method constructor
3075 interface KeyboardEvent 3086 interface KeyboardEvent
3076 attribute DOM_KEY_LOCATION_LEFT 3087 attribute DOM_KEY_LOCATION_LEFT
3077 attribute DOM_KEY_LOCATION_NUMPAD 3088 attribute DOM_KEY_LOCATION_NUMPAD
3078 attribute DOM_KEY_LOCATION_RIGHT 3089 attribute DOM_KEY_LOCATION_RIGHT
3079 attribute DOM_KEY_LOCATION_STANDARD 3090 attribute DOM_KEY_LOCATION_STANDARD
3080 getter altKey 3091 getter altKey
3081 getter charCode 3092 getter charCode
(...skipping 3665 matching lines...) Expand 10 before | Expand all | Expand 10 after
6747 setter password 6758 setter password
6748 setter pathname 6759 setter pathname
6749 setter port 6760 setter port
6750 setter protocol 6761 setter protocol
6751 setter search 6762 setter search
6752 setter username 6763 setter username
6753 PASS successfullyParsed is true 6764 PASS successfullyParsed is true
6754 6765
6755 TEST COMPLETE 6766 TEST COMPLETE
6756 6767
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698