Fix OOP <webview> resize and autosize.
[chromium-blink-merge.git] / tools / perf / page_sets / mse_cases / startup_test.html
blobed28812d50de4d090c2d012e0a4cbf13986e4e44
1 <!doctype html>
2 <html>
3 <head>
4 <title>MSE Startup Test</title>
5 <script src="startup_test.js"> </script>
6 </head>
7 <body>
8 <div>
9 <video controls style="width: 640px; height: 360px;" id="v"></video>
10 </div>
11 <div style="float: left; width: 320px; height: 250px">
12 <h4>Test Parameters:</h4>
13 <form method="GET">
14 <table>
15 <tr>
16 <td>testType:</td>
17 <td>
18 <select id="testType" name="testType">
19 <option value="A">audio-only</option>
20 <option value="V">video-only</option>
21 <option value="AV" selected >audio/video</option>
22 </select>
23 </td>
24 </tr>
25 <tr><td>doNotWaitForBodyOnLoad:</td><td ><input id="doNotWaitForBodyOnLoad" name="doNotWaitForBodyOnLoad" type="checkbox" value="true"></td></tr>
26 <tr><td>useAppendStream:</td><td ><input id="useAppendStream" name="useAppendStream" type="checkbox" value="true"></td></tr>
27 <tr><td>appendSize:</td><td><input type="text" size="7" id="appendSize" name="appendSize"></td></tr>
28 <tr><td>graphDuration (ms):</td><td><input type="text" size="7" id="graphDuration" name="graphDuration"></td></tr>
29 </table>
30 <input type="submit" value="Run Again">
31 </form>
32 </div>
33 <div style="float:left; width: 320px; height: 250px">
34 <h4>Results:</h4>
35 <div id="stats">
36 </div>
37 </div>
38 <div style="clear:both">
39 <canvas id="c" width="640" height="200"></canvas>
40 </div>
41 <script>
42 setupTest();
43 </script>
44 </body>
45 </html>