Bug 1010206 - make the test webm-video/bug686957.html less likely to race when using async-video. r=padenot

This commit is contained in:
Nicolas Silva 2014-05-16 17:25:16 +02:00
Родитель e8ceeb1152
Коммит 321f20f7a5
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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>