4 <title>MSE Startup Test
</title>
5 <script src=
"startup_test.js"> </script>
9 <video controls
style=
"width: 640px; height: 360px;" id=
"v"></video>
11 <div style=
"float: left; width: 320px; height: 250px">
12 <h4>Test Parameters:
</h4>
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>
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>
30 <input type=
"submit" value=
"Run Again">
33 <div style=
"float:left; width: 320px; height: 250px">
38 <div style=
"clear:both">
39 <canvas id=
"c" width=
"640" height=
"200"></canvas>