https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 917190e67268d05677eacdd3fd068dc6e3d15269 authored by Anne van Kesteren on 14 May 2018, 14:10:29 UTC
review feedback
Tip revision: 917190e
mediasource-config-change-webm-v-framerate.html
<!DOCTYPE html>
<!-- Copyright © 2016 Chromium authors and World Wide Web Consortium, (Massachusetts Institute of Technology, ERCIM, Keio University, Beihang). -->
<html>
    <head>
        <title>WebM video-only frame rate 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", "v-128k-320x240-24fps-8kfr", "v-128k-320x240-30fps-10kfr", "Tests webm video-only frame rate changes.");
        </script>
    </body>
</html>
back to top