layout/reftests/webm-video/poster-5.html
author Lee Salzman <lsalzman@mozilla.com>
Sun, 20 Jul 2025 08:30:17 +0000 (21 hours ago)
changeset 797272 cfd0090968e11deee3db2fd88b291a9f16dd1fda
parent 73585 d108ca6c87fd7705b8c2620a7c58890a4fa091ca
permissions -rw-r--r--
Bug 1978234 - Use simpler software downscale fallback. r=ahale Differential Revision: https://phabricator.services.mozilla.com/D257942
<!DOCTYPE HTML>
<html class="reftest-wait">
<body style="background:white;">
<!-- Test to ensure that changing the poster after video has painted its first
     frame doesn't render the poster. The video frame should not change to the
     poster, since it's already painted its first video frame. -->
<video src="black140x100.webm"
       preload="auto"
       id="v"
       autoplay
       onended="document.getElementById('v').poster = 'blue250x200.png'; setTimeout(function(){document.documentElement.className = '';},0);"></video>
</body>
</html>