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

Unified Diff: third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt

Issue 2837293002: [InputEvent] Mark InputEvent and StaticRange as stable (Closed)
Patch Set: Created 3 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
index 3bcc2c98201c560d13ae244d25274da900350b1e..9311e82c668a60aa41ca83fb0e9aac9dd12c7680 100644
--- a/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/win/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3079,6 +3079,14 @@ interface InputDeviceCapabilities
attribute @@toStringTag
getter firesTouchEvents
method constructor
+interface InputEvent : UIEvent
+ attribute @@toStringTag
+ getter data
+ getter dataTransfer
+ getter inputType
+ getter isComposing
+ method constructor
+ method getTargetRanges
interface IntersectionObserver
attribute @@toStringTag
getter root
@@ -5533,6 +5541,14 @@ interface SpeechSynthesisUtterance : EventTarget
setter text
setter voice
setter volume
+interface StaticRange
+ attribute @@toStringTag
+ getter collapsed
+ getter endContainer
+ getter endOffset
+ getter startContainer
+ getter startOffset
+ method constructor
interface StereoPannerNode : AudioNode
attribute @@toStringTag
getter pan

Powered by Google App Engine
This is Rietveld 408576698