summaryrefslogtreecommitdiffstats
path: root/layout/reftests/ogg-video/poster-3.html
blob: ae12c1b65d2ed15f64d22daeeda891635739c7c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE HTML>
<html class="reftest-wait">
<body style="background:white;">
<!-- Test if poster hides after playing with autoplay. -->
<video src="black140x100.ogv"
       poster="blue250x200.png"
       preload="auto"
       autoplay
       onplaying="setTimeout(function(){document.documentElement.className = '';},0);"></video>
</body>
</html>