layout/reftests/webm-video/bug686957-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/webm-video/bug686957-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,12 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html class="reftest-wait">
     1.6 +<body style="background:white;">
     1.7 +<!-- Test that if we seek to the end of a video we get the last frame displayed -->
     1.8 +<video src="frames.webm"
     1.9 +       preload="auto"
    1.10 +       id="v"
    1.11 +       onloadedmetadata="document.getElementById('v').currentTime=document.getElementById('v').duration-1.0;document.getElementById('v').play();"
    1.12 +       onended="setTimeout(function(){document.documentElement.className = '';}, 0);"
    1.13 +</video>
    1.14 +</body>
    1.15 +</html>

mercurial