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

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

Issue 2812853003: [Presentation API] Flip "PresentationReceiver" flag to stable (Closed)
Patch Set: fix layout test failures 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 d35a2637e184980df485f0affb4b45c3ccbf40ff..ed39506500d0c8fed449d50e79ba4522be89996e 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
@@ -3907,6 +3907,7 @@ interface PopStateEvent : Event
interface Presentation
attribute @@toStringTag
getter defaultRequest
+ getter receiver
method constructor
setter defaultRequest
interface PresentationAvailability : EventTarget
@@ -3943,6 +3944,16 @@ interface PresentationConnectionCloseEvent : Event
getter message
getter reason
method constructor
+interface PresentationConnectionList : EventTarget
+ attribute @@toStringTag
+ getter connections
+ getter onconnectionavailable
+ method constructor
+ setter onconnectionavailable
+interface PresentationReceiver
+ attribute @@toStringTag
+ getter connectionList
+ method constructor
interface PresentationRequest : EventTarget
attribute @@toStringTag
getter onconnectionavailable

Powered by Google App Engine
This is Rietveld 408576698