https://github.com/web-platform-tests/wpt
Raw File
Tip revision: f9f791300f56bdec6f8c2ad3539e007bd6dd7dde authored by Ms2ger on 19 February 2016, 09:21:57 UTC
Add a test for non-support of Attr.nodeName.
Tip revision: f9f7913
mediasource-config-change-mp4-v-framerate.html
<!DOCTYPE html>
<html>
    <head>
        <title>MP4 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("mp4", "v-128k-320x240-24fps-8kfr", "v-128k-320x240-30fps-10kfr", "Tests mp4 video-only frame rate changes.");
        </script>
    </body>
</html>
back to top