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

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

Issue 2685863004: Media Capabilities: stub implementation of mediaCapabilities.query(). (Closed)
Patch Set: rebase 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 ad7802114a850377a73daf8dda3d5435d7434621..903ca6e31af64edb9ad23f6ae0e07679ed0f8e07 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3825,6 +3825,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
@@ -4222,6 +4232,7 @@ interface Navigator
getter language
getter languages
getter maxTouchPoints
+ getter mediaCapabilities
getter mediaDevices
getter mediaSession
getter mimeTypes
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/media-capabilities/query.html ('k') | third_party/WebKit/Source/modules/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698