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

Unified Diff: third_party/WebKit/LayoutTests/platform/mac/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/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
index 50db6da20296f3b335da427a9b2b65fe34654c23..4f1b1a6f7b2d425a052a67c9aa2d38c7e72d54a5 100644
--- a/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/platform/mac/virtual/stable/webexposed/global-interface-listing-expected.txt
@@ -3150,6 +3150,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
@@ -5604,6 +5612,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