зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1010206 - make the test webm-video/bug686957.html less likely to race when using async-video. r=padenot
This commit is contained in:
Родитель
e8ceeb1152
Коммит
321f20f7a5
|
@ -6,7 +6,7 @@
|
|||
preload="auto"
|
||||
id="v"
|
||||
onloadedmetadata="document.getElementById('v').currentTime=document.getElementById('v').duration"
|
||||
onseeked="setTimeout(function(){document.documentElement.className = '';}, 0);"
|
||||
onseeked="setTimeout(function(){document.documentElement.className = '';}, 15);"
|
||||
</video>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Загрузка…
Ссылка в новой задаче