summaryrefslogtreecommitdiffstats
path: root/layout/reftests/webm-video/bug686957-ref.html
blob: 851bad08fc602f6aa74820af48f1d585df8b81ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE HTML>
<html class="reftest-wait">
<body style="background:white;">
<!-- Test that if we seek to the end of a video we get the last frame displayed -->
<video src="frames.webm"
       preload="auto"
       id="v"
       onloadeddata="document.getElementById('v').currentTime=document.getElementById('v').duration-1.0;document.getElementById('v').play();"
       onended="setTimeout(function(){document.documentElement.className = '';}, 0);"
</video>
</body>
</html>