Bug 575870 - Enable the firefox button on xp themed, classic, and aero basic. r=dao...
[mozilla-central.git] / layout / reftests / ogg-video / poster-4.html
blobd73a301f213d472f5fcb050b3d81954735751287
1 <!DOCTYPE HTML>
2 <html class="reftest-wait">
3 <body style="background:white;">
4 <!-- Test if we show video frame after removing valid poster. -->
5 <video src="black140x100.ogv"
6 preload="auto"
7 id="v"
8 onload="document.getElementById('v').poster = ''; setTimeout(function(){document.documentElement.className = '';}, 0);"
9 poster="blue250x200.png"></video>
10 </body>
11 </html>