Bug 1874684 - Part 37: Fix unified compilation. r=allstarschh
[gecko.git] / layout / reftests / webm-video / poster-4.html
blob91ad6ea3bcaab6ab2770b69451c60e6b141dec60
1 <!DOCTYPE HTML>
2 <html class="reftest-wait">
3 <body style="background:white;"
4 onload="setTimeout(function(){document.documentElement.className = '';}, 0);">
5 <!-- Test if we show video frame after removing valid poster. -->
6 <video src="black140x100.webm"
7 preload="auto"
8 id="v"
9 poster="blue250x200.png"></video>
10 <script type="text/javascript">
11 document.getElementById('v').poster = '';
12 </script>
13 </body>
14 </html>