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

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

Issue 1449623002: IntersectionObserver: second cut. (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Add missing break, rebaseline, no config.h Created 5 years 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index a5b7ec2350114ca92e36237329e299aebbc8c8eb..302537e281df54e56a768d637bcaada63b1a5802 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3116,6 +3116,19 @@ interface ImageData
interface InputDeviceCapabilities
getter firesTouchEvents
method constructor
+interface IntersectionObserver
+ method constructor
+ method disconnect
+ method observe
+ method takeRecords
+ method unobserve
+interface IntersectionObserverEntry
+ getter boundingClientRect
+ getter intersectionRect
+ getter target
+ getter rootBounds
+ getter time
+ method constructor
interface KeyboardEvent : UIEvent
attribute DOM_KEY_LOCATION_LEFT
attribute DOM_KEY_LOCATION_NUMPAD

Powered by Google App Engine
This is Rietveld 408576698