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

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

Issue 2662993002: [IntersectionObserver] Add isIntersecting field. (Closed)
Patch Set: webexposed Created 3 years, 10 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: line 95: 'webkitURL' is deprecated. Please use 'URL' instead. 1 CONSOLE WARNING: line 95: 'webkitURL' is deprecated. Please use 'URL' instead.
2 This test documents all interface attributes and methods on the global window ob ject and element instances. 2 This test documents all interface attributes and methods on the global window ob ject and element instances.
3 3
4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ". 4 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE ".
5 5
6 6
7 [INTERFACES] 7 [INTERFACES]
8 interface Accelerometer : Sensor 8 interface Accelerometer : Sensor
9 attribute @@toStringTag 9 attribute @@toStringTag
10 getter includesGravity 10 getter includesGravity
(...skipping 3702 matching lines...) Expand 10 before | Expand all | Expand 10 after
3713 method constructor 3713 method constructor
3714 method disconnect 3714 method disconnect
3715 method observe 3715 method observe
3716 method takeRecords 3716 method takeRecords
3717 method unobserve 3717 method unobserve
3718 interface IntersectionObserverEntry 3718 interface IntersectionObserverEntry
3719 attribute @@toStringTag 3719 attribute @@toStringTag
3720 getter boundingClientRect 3720 getter boundingClientRect
3721 getter intersectionRatio 3721 getter intersectionRatio
3722 getter intersectionRect 3722 getter intersectionRect
3723 getter isIntersecting
3723 getter rootBounds 3724 getter rootBounds
3724 getter target 3725 getter target
3725 getter time 3726 getter time
3726 method constructor 3727 method constructor
3727 interface KeyboardEvent : UIEvent 3728 interface KeyboardEvent : UIEvent
3728 attribute @@toStringTag 3729 attribute @@toStringTag
3729 attribute DOM_KEY_LOCATION_LEFT 3730 attribute DOM_KEY_LOCATION_LEFT
3730 attribute DOM_KEY_LOCATION_NUMPAD 3731 attribute DOM_KEY_LOCATION_NUMPAD
3731 attribute DOM_KEY_LOCATION_RIGHT 3732 attribute DOM_KEY_LOCATION_RIGHT
3732 attribute DOM_KEY_LOCATION_STANDARD 3733 attribute DOM_KEY_LOCATION_STANDARD
(...skipping 5284 matching lines...) Expand 10 before | Expand all | Expand 10 after
9017 setter scrollY 9018 setter scrollY
9018 setter scrollbars 9019 setter scrollbars
9019 setter status 9020 setter status
9020 setter statusbar 9021 setter statusbar
9021 setter toolbar 9022 setter toolbar
9022 setter visualViewport 9023 setter visualViewport
9023 PASS successfullyParsed is true 9024 PASS successfullyParsed is true
9024 9025
9025 TEST COMPLETE 9026 TEST COMPLETE
9026 9027
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698