https://github.com/web-platform-tests/wpt
Raw File
Tip revision: 40d551e832b97a6041f7b093d5f20cf07b381eef authored by Charles Harrison on 23 February 2018, 16:02:30 UTC
[tab-under] Add tentative WPT for tab-under blocking
Tip revision: 40d551e
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