Backed out changeset 4467ecf7bc6b (bug 1065827)

This commit is contained in:
Carsten "Tomcat" Book 2014-11-06 14:59:01 +01:00
parent 4783ff11d2
commit be3a4f019a
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
<video src="frames.webm"
preload="auto"
id="v"
onloadeddata="document.getElementById('v').currentTime=document.getElementById('v').duration-1.0;document.getElementById('v').play();"
onloadedmetadata="document.getElementById('v').currentTime=document.getElementById('v').duration-1.0;document.getElementById('v').play();"
onended="setTimeout(function(){document.documentElement.className = '';}, 0);"
</video>
</body>

View File

@ -11,7 +11,7 @@
<video src="frames.webm"
preload="auto"
id="v"
onloadeddata="document.getElementById('v').currentTime=document.getElementById('v').duration"
onloadedmetadata="document.getElementById('v').currentTime=document.getElementById('v').duration"
onseeked="setTimeout(function(){document.documentElement.className = '';}, 1000);"
</video>
</body>