4 video {display:none; background-color: yellow; width:
320px; height:
240px;}
7 <body onload=
"start()">
9 <video controls
></video>
11 <p>Test HTMLMediaElement to be sure that the video is getting loaded even if the element
13 <script src=media-file.js
></script>
14 <script src=video-test.js
></script>
18 video
= document
.getElementsByTagName('video')[0];
19 waitForEvent('durationchange', function() { endTest(); });
20 video
.src
= findMediaFile("video", "content/test");