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

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

Issue 2685863004: Media Capabilities: stub implementation of mediaCapabilities.query(). (Closed)
Patch Set: review comments Created 3 years, 10 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 ba1abed0de1d392740a953ab9bebb2f6d6ee390b..0d2e69c9dc73befc4d5ef7948a4a8bbe257a4866 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3824,6 +3824,16 @@ interface Magnetometer : Sensor
getter y
getter z
method constructor
+interface MediaCapabilities
+ attribute @@toStringTag
+ method constructor
+ method query
+interface MediaDecodingAbility
+ attribute @@toStringTag
+ getter powerEfficient
+ getter smooth
+ getter supported
+ method constructor
interface MediaDeviceInfo
attribute @@toStringTag
getter deviceId
@@ -4221,6 +4231,7 @@ interface Navigator
getter language
getter languages
getter maxTouchPoints
+ getter mediaCapabilities
getter mediaDevices
getter mediaSession
getter mimeTypes

Powered by Google App Engine
This is Rietveld 408576698