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

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

Issue 1825443002: IntersectionObserver: omit thresholds attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Fix global-interface-listing expectations. Created 4 years, 9 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 3366 matching lines...) Expand 10 before | Expand all | Expand 10 after
3377 attribute @@toStringTag 3377 attribute @@toStringTag
3378 getter firesTouchEvents 3378 getter firesTouchEvents
3379 method constructor 3379 method constructor
3380 interface InputEvent : UIEvent 3380 interface InputEvent : UIEvent
3381 attribute @@toStringTag 3381 attribute @@toStringTag
3382 method constructor 3382 method constructor
3383 interface IntersectionObserver 3383 interface IntersectionObserver
3384 attribute @@toStringTag 3384 attribute @@toStringTag
3385 getter root 3385 getter root
3386 getter rootMargin 3386 getter rootMargin
3387 getter thresholds
3388 method constructor 3387 method constructor
3389 method disconnect 3388 method disconnect
3390 method observe 3389 method observe
3391 method takeRecords 3390 method takeRecords
3392 method unobserve 3391 method unobserve
3393 interface IntersectionObserverEntry 3392 interface IntersectionObserverEntry
3394 attribute @@toStringTag 3393 attribute @@toStringTag
3395 getter boundingClientRect 3394 getter boundingClientRect
3396 getter intersectionRect 3395 getter intersectionRect
3397 getter rootBounds 3396 getter rootBounds
(...skipping 4165 matching lines...) Expand 10 before | Expand all | Expand 10 after
7563 method stop 7562 method stop
7564 method webkitCancelAnimationFrame 7563 method webkitCancelAnimationFrame
7565 method webkitCancelRequestAnimationFrame 7564 method webkitCancelRequestAnimationFrame
7566 method webkitRequestAnimationFrame 7565 method webkitRequestAnimationFrame
7567 method webkitRequestFileSystem 7566 method webkitRequestFileSystem
7568 method webkitResolveLocalFileSystemURL 7567 method webkitResolveLocalFileSystemURL
7569 PASS successfullyParsed is true 7568 PASS successfullyParsed is true
7570 7569
7571 TEST COMPLETE 7570 TEST COMPLETE
7572 7571
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698