https://github.com/web-platform-tests/wpt
Raw File
Tip revision: c71a3a1b7187fff0c35a98c46f968c90b7832388 authored by Simon Pieters on 18 August 2016, 21:34:12 UTC
innerText setter should not result in empty text nodes
Tip revision: c71a3a1
mediasource-config-change-mp4-v-framesize.html
<!DOCTYPE html>
<html>
    <head>
        <title>MP4 video-only frame size 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-30fps-10kfr", "v-128k-640x480-30fps-10kfr", "Tests mp4 video-only frame size changes.");
        </script>
    </body>
</html>
back to top