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

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

Issue 2463953002: Expose RTCDataChannel and RTCDataChannelEvent (with constructor) (Closed)
Patch Set: Partially editted tests expected results Created 4 years, 1 month 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 a6588707e0aa2974a35c687096aa1be1a1bc5cb8..a1d2adf9fcd880af6b1888e8bd15fc0c7fe06f14 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -4934,6 +4934,26 @@ interface Response
method constructor
method json
method text
+interface RTCDataChannel : EventTarget
+ attribute bufferedAmountLowThreshold
+ getter binaryType
+ getter bufferedAmount
+ getter id
+ getter label
+ getter maxRetransmitTime
+ getter maxRetransmits
+ getter negotiated
+ getter ordered
+ getter onbufferedamountlow
+ getter onclose
+ getter onerror
+ getter onopen
+ getter protocol
+ getter readyState
+ method close
+ method send
+interface RTCDataChannelEvent : Event
+ getter channel
interface SVGAElement : SVGGraphicsElement
attribute @@toStringTag
getter href

Powered by Google App Engine
This is Rietveld 408576698