Bug 1012488 - Further increase the timeout for webm-video/bug686957.html to prevent intermittent failures. r=test-only

This commit is contained in:
Matt Woodrow 2014-05-19 14:07:49 +12:00
parent ed835fee47
commit e0778db002

View File

@ -12,7 +12,7 @@
preload="auto"
id="v"
onloadedmetadata="document.getElementById('v').currentTime=document.getElementById('v').duration"
onseeked="setTimeout(function(){document.documentElement.className = '';}, 15);"
onseeked="setTimeout(function(){document.documentElement.className = '';}, 100);"
</video>
</body>
</html>