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

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

Issue 1872973002: Add IntersectionObserverEntry.intersectionRatio attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix global-interface-listing-expected.txt Created 4 years, 8 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 2954 matching lines...) Expand 10 before | Expand all | Expand 10 after
2965 getter root 2965 getter root
2966 getter rootMargin 2966 getter rootMargin
2967 method constructor 2967 method constructor
2968 method disconnect 2968 method disconnect
2969 method observe 2969 method observe
2970 method takeRecords 2970 method takeRecords
2971 method unobserve 2971 method unobserve
2972 interface IntersectionObserverEntry 2972 interface IntersectionObserverEntry
2973 attribute @@toStringTag 2973 attribute @@toStringTag
2974 getter boundingClientRect 2974 getter boundingClientRect
2975 getter intersectionRatio
2975 getter intersectionRect 2976 getter intersectionRect
2976 getter rootBounds 2977 getter rootBounds
2977 getter target 2978 getter target
2978 getter time 2979 getter time
2979 method constructor 2980 method constructor
2980 interface KeyboardEvent : UIEvent 2981 interface KeyboardEvent : UIEvent
2981 attribute @@toStringTag 2982 attribute @@toStringTag
2982 attribute DOM_KEY_LOCATION_LEFT 2983 attribute DOM_KEY_LOCATION_LEFT
2983 attribute DOM_KEY_LOCATION_NUMPAD 2984 attribute DOM_KEY_LOCATION_NUMPAD
2984 attribute DOM_KEY_LOCATION_RIGHT 2985 attribute DOM_KEY_LOCATION_RIGHT
(...skipping 3633 matching lines...) Expand 10 before | Expand all | Expand 10 after
6618 method stop 6619 method stop
6619 method webkitCancelAnimationFrame 6620 method webkitCancelAnimationFrame
6620 method webkitCancelRequestAnimationFrame 6621 method webkitCancelRequestAnimationFrame
6621 method webkitRequestAnimationFrame 6622 method webkitRequestAnimationFrame
6622 method webkitRequestFileSystem 6623 method webkitRequestFileSystem
6623 method webkitResolveLocalFileSystemURL 6624 method webkitResolveLocalFileSystemURL
6624 PASS successfullyParsed is true 6625 PASS successfullyParsed is true
6625 6626
6626 TEST COMPLETE 6627 TEST COMPLETE
6627 6628
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698