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