blob: 7dbdc9c802b0dd32ce8b5ee91940434e04fabfe9 [file] [log] [blame]
Aaron Colwellc6841a02014-03-07 01:37:561<!DOCTYPE html>
Matt Wolenetz74803c62016-08-19 01:46:402<!-- Copyright © 2016 Chromium authors and World Wide Web Consortium, (Massachusetts Institute of Technology, ERCIM, Keio University, Beihang). -->
Aaron Colwellc6841a02014-03-07 01:37:563<html>
4 <head>
Aaron Colwellaa3c90b2014-08-04 17:58:375 <title>WebM video-only frame rate change.</title>
Sergio Villar Senin72876082019-03-22 17:18:586 <meta name="timeout" content="long">
Aaron Colwell06f8ec22014-03-07 18:09:477 <script src="/resources/testharness.js"></script>
8 <script src="/resources/testharnessreport.js"></script>
Aaron Colwellc6841a02014-03-07 01:37:569 <script src="mediasource-util.js"></script>
10 <script src="mediasource-config-changes.js"></script>
Aaron Colwellc6841a02014-03-07 01:37:5611 </head>
12 <body>
13 <div id="log"></div>
14 <script>
15 mediaSourceConfigChangeTest("webm", "v-128k-320x240-24fps-8kfr", "v-128k-320x240-30fps-10kfr", "Tests webm video-only frame rate changes.");
16 </script>
17 </body>
18</html>