author | Chris Nardi <christopherncarmel@hotmail.com> |
Wed, 06 Jun 2018 16:59:10 +0000 | |
changeset 422233 | 5c091483af1ec5e90d22b60ea1804fb1c330f896 |
parent 422232 | c6003581a7324a7d24dd0a4115c4a15da65877cc |
child 422234 | bdf466271dbbabc277895f0980b2631b9ee62970 |
push id | 34122 |
push user | ebalazs@mozilla.com |
push date | Mon, 11 Jun 2018 09:37:00 +0000 |
treeherder | mozilla-central@9941eb8c3b29 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | testonly |
bugs | 1465621, 11258 |
milestone | 62.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
testing/web-platform/meta/MANIFEST.json | file | annotate | diff | comparison | revisions | |
testing/web-platform/tests/media-capabilities/idlharness.html | file | annotate | diff | comparison | revisions |
--- a/testing/web-platform/meta/MANIFEST.json +++ b/testing/web-platform/meta/MANIFEST.json @@ -582141,17 +582141,17 @@ "7d6ceec9a74d5485a6f7d51504f22e5eaf81bfee", "support" ], "media-capabilities/decodingInfo.html": [ "3cafa5d2375c8f42abee8f22293705eaa6dca019", "testharness" ], "media-capabilities/idlharness.html": [ - "6cbda5261b98a04d1ad5c3c9816a443e67d7d523", + "47b8077cfff98cf07d5794ab32974ed4bc8d8a01", "testharness" ], "media-source/OWNERS": [ "90e737b8379ed92920c5f9f37ec653c758b93d9c", "support" ], "media-source/SourceBuffer-abort-readyState.html": [ "37a54dbcd043c9bb53f51ccfc58ca42f91df0a24",
--- a/testing/web-platform/tests/media-capabilities/idlharness.html +++ b/testing/web-platform/tests/media-capabilities/idlharness.html @@ -25,13 +25,13 @@ function doTest([media_capabilities]) { idl_array.test(); } function fetchText(url) { return fetch(url).then((response) => response.text()); } promise_test(() => { return Promise.all(["/interfaces/media-capabilities.idl"].map(fetchText)) .then(doTest); -}, "Test IDL implementation of Media Session"); +}, "Test IDL implementation of Media Capabilities"); </script> <div id="log"></div> </body> </html>