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:
Paul Adenot 2021-10-07 15:44:52 +00:00
parent 575630f8df
commit 5b350b7fc5

View File

@ -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`);