--- a/unittests/index.html Wed Dec 07 14:31:47 2011 +0100
+++ b/unittests/index.html Wed Dec 07 17:12:04 2011 +0100
@@ -76,7 +76,15 @@
<h2 id="qunit-userAgent"></h2>
<ol id="qunit-tests"></ol>
<div id="qunit-fixture" style="position: float;">
- <div id='popcorn-div'>Popcorn div</div>
+ <video id='popcorn-div' style="display:;width:300px" controls preload="auto">
+ <source id='mp4' src="../test/trailer.mp4" type='video/mp4; codecs="avc1, mp4a"'>
+ <source id='ogv' src="../test/trailer.ogv" type='video/ogg; codecs="theora, vorbis"'>
+ <source id='webm' src="../test/trailer.webm" type='video/webm; codecs="vp8, vorbis"'>
+
+ <p>Your user agent does not support the HTML5 Video element.</p>
+
+ </video>
+
<div id='widget-div'></div>
</div>
</body>