blob: cf7a2527cc8d6048300578507d60afb2735ca3b1 (
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.webm"
poster="blue250x200.png"
preload="auto"
autoplay
onplaying="setTimeout(function(){document.documentElement.className = '';},0);"></video>
</body>
</html>
|