https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 5eb28eabd68d956e0d7e43c83ce4f38777549299 authored by Ms2ger on 10 May 2016, 08:33:02 UTC
fixup! Remove tests landed in #2984.
Tip revision: 5eb28ea
mediasource-config-change-webm-av-audio-bitrate.html
<!DOCTYPE html>
<html>
    <head>
        <title>WebM muxed audio &amp; video with an audio bitrate change.</title>
        <script src="/resources/testharness.js"></script>
        <script src="/resources/testharnessreport.js"></script>
        <script src="mediasource-util.js"></script>
        <script src="mediasource-config-changes.js"></script>
    </head>
    <body>
        <div id="log"></div>
        <script>
            mediaSourceConfigChangeTest("webm", "av-384k-44100Hz-1ch-640x480-30fps-10kfr", "av-448k-44100Hz-1ch-640x480-30fps-10kfr", "Tests webm audio bitrate changes in multiplexed content.");
        </script>
    </body>
</html>
back to top