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

Side by Side Diff: third_party/WebKit/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: 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 3034 matching lines...) Expand 10 before | Expand all | Expand 10 after
3045 getter height 3045 getter height
3046 getter width 3046 getter width
3047 method constructor 3047 method constructor
3048 interface ImageData 3048 interface ImageData
3049 getter height 3049 getter height
3050 getter width 3050 getter width
3051 method constructor 3051 method constructor
3052 interface InputDeviceCapabilities 3052 interface InputDeviceCapabilities
3053 getter firesTouchEvents 3053 getter firesTouchEvents
3054 method constructor 3054 method constructor
3055 interface IntersectionObserver
3056 method constructor
3057 method disconnect
3058 method observe
3059 method takeRecords
3060 interface IntersectionObserverEntry
3061 getter quads
3062 getter target
3063 getter time
3064 getter viewport
3065 method constructor
3055 interface KeyboardEvent 3066 interface KeyboardEvent
3056 attribute DOM_KEY_LOCATION_LEFT 3067 attribute DOM_KEY_LOCATION_LEFT
3057 attribute DOM_KEY_LOCATION_NUMPAD 3068 attribute DOM_KEY_LOCATION_NUMPAD
3058 attribute DOM_KEY_LOCATION_RIGHT 3069 attribute DOM_KEY_LOCATION_RIGHT
3059 attribute DOM_KEY_LOCATION_STANDARD 3070 attribute DOM_KEY_LOCATION_STANDARD
3060 getter altKey 3071 getter altKey
3061 getter charCode 3072 getter charCode
3062 getter code 3073 getter code
3063 getter ctrlKey 3074 getter ctrlKey
3064 getter key 3075 getter key
(...skipping 3686 matching lines...) Expand 10 before | Expand all | Expand 10 after
6751 setter password 6762 setter password
6752 setter pathname 6763 setter pathname
6753 setter port 6764 setter port
6754 setter protocol 6765 setter protocol
6755 setter search 6766 setter search
6756 setter username 6767 setter username
6757 PASS successfullyParsed is true 6768 PASS successfullyParsed is true
6758 6769
6759 TEST COMPLETE 6770 TEST COMPLETE
6760 6771
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698