mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-02 22:37:50 +00:00
Bug 1678373 - The test was failing because the video ended early. r=alwu
Differential Revision: https://phabricator.services.mozilla.com/D125081
This commit is contained in:
parent
575630f8df
commit
5b350b7fc5
@ -161,6 +161,7 @@ add_task(async function testHiddenPlayTime() {
|
||||
add_task(async function testDecodeSuspendedTime() {
|
||||
const video = document.createElement('video');
|
||||
video.src = "gizmo.mp4";
|
||||
video.loop = true;
|
||||
document.body.appendChild(video);
|
||||
|
||||
info(`start video should start accumulating timers`);
|
||||
|
Loading…
x
Reference in New Issue
Block a user