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

Unified Diff: third_party/WebKit/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: Lost newline in merge 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: 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 93a126c1b67714e0507c42910cf6d1d3b0dd54c7..8e4ce3f7a94c989cbcd327ac1ab67f388daebde0 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3052,6 +3052,17 @@ interface ImageData
interface InputDeviceCapabilities
getter firesTouchEvents
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 KeyboardEvent
attribute DOM_KEY_LOCATION_LEFT
attribute DOM_KEY_LOCATION_NUMPAD

Powered by Google App Engine
This is Rietveld 408576698