From 2f9e7fe6f0d51d107655bcbf92f971119d1d5a06 Mon Sep 17 00:00:00 2001 From: Chandan Padhi Date: Mon, 26 Mar 2018 13:05:04 +0000 Subject: [PATCH] Bug 1439356 [wpt PR 9570] - Add support for video properties in MediaStreamTrack.getCapabilities(), a=testonly MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Automatic update from web-platform-testsAdd support for video properties in MediaStreamTrack.getCapabilities() Bug: 293292 Change-Id: Id190bc93a1fc42b6ad5c0d0a313dabc6fe348dce Reviewed-on: https://chromium-review.googlesource.com/925203 Commit-Queue: Guido Urdaneta Reviewed-by: Philip Jägenstedt Reviewed-by: Guido Urdaneta Cr-Commit-Position: refs/heads/master@{#539021} wpt-commits: cd2eda7fc55fd74fb66c5ae9a1fec7f39c4f06e5 wpt-pr: 9570 wpt-commits: cd2eda7fc55fd74fb66c5ae9a1fec7f39c4f06e5 wpt-pr: 9570 --- testing/web-platform/meta/MANIFEST.json | 2 +- ...ediaStreamTrack-getCapabilities.https.html | 20 +++++++++++++++---- 2 files changed, 17 insertions(+), 5 deletions(-) diff --git a/testing/web-platform/meta/MANIFEST.json b/testing/web-platform/meta/MANIFEST.json index 52c7544f4959..a9e617fcf568 100644 --- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -570777,7 +570777,7 @@ "manual" ], "mediacapture-streams/MediaStreamTrack-getCapabilities.https.html": [ - "06662744434126b87eb1934504b53953419825cb", + "46cb0bc6251db37a40179d7938b0e1667c9fece4", "testharness" ], "mediacapture-streams/MediaStreamTrack-getSettings.https.html": [ diff --git a/testing/web-platform/tests/mediacapture-streams/MediaStreamTrack-getCapabilities.https.html b/testing/web-platform/tests/mediacapture-streams/MediaStreamTrack-getCapabilities.https.html index e75fb44ba28b..a60a2f58f9a0 100644 --- a/testing/web-platform/tests/mediacapture-streams/MediaStreamTrack-getCapabilities.https.html +++ b/testing/web-platform/tests/mediacapture-streams/MediaStreamTrack-getCapabilities.https.html @@ -1,8 +1,7 @@ MediaStreamTrack GetCapabilities -

This test checks for the presence of -echoCancellation and deviceId fields -in MediaStreamTrack.getCapabilities() method.

+

This test checks for the presence of audio and video properties in +MediaStreamTrack.getCapabilities() method.