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

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

Issue 1330633003: Intersection Observer first draft Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Fix segfault on null input. Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
Index: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 2f546bbec31b07c2b6659249cd6ff11806547bf4..fa4356317cfc46e1bdb19c32fa511557ac421c60 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3069,6 +3069,17 @@ interface ImageData
getter height
getter width
method constructor
+interface IntersectionObserver
+ method constructor
+ method disconnect
+ method observe
+ method takeRecords
+interface IntersectionObserverEntry
+ getter quads
+ getter target
+ getter time
+ getter viewport
+ method constructor
interface InputDeviceCapabilities
getter firesTouchEvents
method constructor

Powered by Google App Engine
This is Rietveld 408576698