mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1012488: Further increase webm seek test timeout r=test-only
This commit is contained in:
parent
e6e08ba548
commit
d4138d8b71
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user