mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +00:00
Backed out changeset 4467ecf7bc6b (bug 1065827)
This commit is contained in:
parent
4783ff11d2
commit
be3a4f019a
@ -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>
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user