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

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

Issue 1879323003: Add IntersectionObserverEntry.intersectionRatio attribute. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@2704
Patch Set: 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 3383 matching lines...) Expand 10 before | Expand all | Expand 10 after
3394 getter root 3394 getter root
3395 getter rootMargin 3395 getter rootMargin
3396 method constructor 3396 method constructor
3397 method disconnect 3397 method disconnect
3398 method observe 3398 method observe
3399 method takeRecords 3399 method takeRecords
3400 method unobserve 3400 method unobserve
3401 interface IntersectionObserverEntry 3401 interface IntersectionObserverEntry
3402 attribute @@toStringTag 3402 attribute @@toStringTag
3403 getter boundingClientRect 3403 getter boundingClientRect
3404 getter intersectionRatio
3404 getter intersectionRect 3405 getter intersectionRect
3405 getter rootBounds 3406 getter rootBounds
3406 getter target 3407 getter target
3407 getter time 3408 getter time
3408 method constructor 3409 method constructor
3409 interface KeyboardEvent : UIEvent 3410 interface KeyboardEvent : UIEvent
3410 attribute @@toStringTag 3411 attribute @@toStringTag
3411 attribute DOM_KEY_LOCATION_LEFT 3412 attribute DOM_KEY_LOCATION_LEFT
3412 attribute DOM_KEY_LOCATION_NUMPAD 3413 attribute DOM_KEY_LOCATION_NUMPAD
3413 attribute DOM_KEY_LOCATION_RIGHT 3414 attribute DOM_KEY_LOCATION_RIGHT
(...skipping 4202 matching lines...) Expand 10 before | Expand all | Expand 10 after
7616 method stop 7617 method stop
7617 method webkitCancelAnimationFrame 7618 method webkitCancelAnimationFrame
7618 method webkitCancelRequestAnimationFrame 7619 method webkitCancelRequestAnimationFrame
7619 method webkitRequestAnimationFrame 7620 method webkitRequestAnimationFrame
7620 method webkitRequestFileSystem 7621 method webkitRequestFileSystem
7621 method webkitResolveLocalFileSystemURL 7622 method webkitResolveLocalFileSystemURL
7622 PASS successfullyParsed is true 7623 PASS successfullyParsed is true
7623 7624
7624 TEST COMPLETE 7625 TEST COMPLETE
7625 7626
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698