Skip to content

Commit

Permalink
Media Capabilities: enable API on workers.
Browse files Browse the repository at this point in the history
https://www.chromestatus.com/feature/5730672977117184

Bug: 907952
Change-Id: I4a12d5b1cc5607d462b20e44c69cf842a27e277c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1602676
Commit-Queue: Mounir Lamouri <mlamouri@chromium.org>
Reviewed-by: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Kinuko Yasuda <kinuko@chromium.org>
Reviewed-by: Chrome Cunningham <chcunningham@chromium.org>
Cr-Commit-Position: refs/heads/master@{#659653}
  • Loading branch information
mounirlamouri authored and chromium-wpt-export-bot committed May 14, 2019
1 parent 2787e0f commit c177248
Showing 1 changed file with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
<!DOCTYPE html>
<title>MediaCapabilities.decodingInfo()</title>
<script src=/resources/testharness.js></script>
<script src="/resources/testharnessreport.js"></script>
<script>
'use strict';

// Minimal VideoConfiguration that will be allowed per spec. All optional
// properties are missing.
Expand Down Expand Up @@ -325,5 +321,3 @@
}
}), t.unreached_func('Promise.all should not reject for valid types'));
}, "Test that decodingInfo rejects if the MediaConfiguration does not have a valid type");

</script>

0 comments on commit c177248

Please sign in to comment.