https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 899931dc1b89f5fd468548cd7dd25303ba0bcda3 authored by Bon-Yong Lee on 12 April 2014, 06:47:42 UTC
Test that the attached callback is only called in a browsing context.
Tip revision: 899931d
mediasource-config-change-mp4-a-bitrate.html
<!DOCTYPE html>
<html>
    <head>
        <title>MP4 audio-only 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("mp4", "a-128k-44100Hz-1ch", "a-192k-44100Hz-1ch", "Tests mp4 audio-only bitrate changes.");
        </script>
    </body>
</html>
back to top