Properly fail in audio_loop_base.html

This commit is contained in:
Anthony Ramine 2017-09-29 14:21:52 +02:00
parent 16b6686bbb
commit 83488a20f1
3 changed files with 3 additions and 4 deletions

View file

@ -33,6 +33,7 @@
looped = true;
}
media.addEventListener("error", t.unreached_func());
media.addEventListener("seeking", startTest, false);
media.loop = true;
media.src = getAudioURI("/media/sound_5") + "?" + new Date() + Math.random();