1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/webm-video/poster-7.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<!DOCTYPE HTML> 1.5 +<html class="reftest-wait"> 1.6 +<body style="background:white;"> 1.7 +<!-- Test that poster frame changes when you change the poster attribute. --> 1.8 +<video src="black140x100.webm" 1.9 + preload="none" 1.10 + id="v" 1.11 + onload="document.getElementById('v').poster = 'red140x100.png'; setTimeout(function(){document.documentElement.className = '';}, 0);" 1.12 + poster="blue250x200.png"></video> 1.13 +</body> 1.14 +</html>