2011-07-30 11:18:56 +04:00
|
|
|
<!DOCTYPE HTML>
|
|
|
|
<html class="reftest-wait">
|
2016-09-06 05:33:12 +03:00
|
|
|
<body style="background:white;"
|
|
|
|
onload="document.getElementById('v').poster = 'red140x100.png'; setTimeout(function(){document.documentElement.className = '';}, 0);">
|
2011-07-30 11:18:56 +04:00
|
|
|
<!-- Test that poster frame changes when you change the poster attribute. -->
|
|
|
|
<video src="black140x100.webm"
|
2012-05-11 12:32:15 +04:00
|
|
|
preload="none"
|
2011-07-30 11:18:56 +04:00
|
|
|
id="v"
|
|
|
|
poster="blue250x200.png"></video>
|
|
|
|
</body>
|
|
|
|
</html>
|