Bug 1012488: Further increase webm seek test timeout r=test-only

This commit is contained in:
Bas Schouten 2014-05-19 12:00:59 +02:00
parent e6e08ba548
commit d4138d8b71

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 = '';}, 100);"
onseeked="setTimeout(function(){document.documentElement.className = '';}, 1000);"
</video>
</body>
</html>