mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Properly fail in audio_loop_base.html
This commit is contained in:
parent
16b6686bbb
commit
83488a20f1
3 changed files with 3 additions and 4 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue