mirror of
https://github.com/servo/servo.git
synced 2025-08-05 13:40:08 +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
|
@ -569297,7 +569297,7 @@
|
||||||
"manual"
|
"manual"
|
||||||
],
|
],
|
||||||
"html/semantics/embedded-content/media-elements/audio_loop_base.html": [
|
"html/semantics/embedded-content/media-elements/audio_loop_base.html": [
|
||||||
"7b60d16acf933da11aa65988bf2dfada68c3b853",
|
"0b80893f6737ac647fd0205748ce3e6be437a3c3",
|
||||||
"testharness"
|
"testharness"
|
||||||
],
|
],
|
||||||
"html/semantics/embedded-content/media-elements/audio_muted_overriding_volume-manual.html": [
|
"html/semantics/embedded-content/media-elements/audio_muted_overriding_volume-manual.html": [
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
[audio_loop_base.html]
|
[audio_loop_base.html]
|
||||||
type: testharness
|
type: testharness
|
||||||
expected: TIMEOUT
|
|
||||||
disabled: extreme timeout
|
|
||||||
[Check if audio.loop is set to true that expecting the seeking event is fired more than once]
|
[Check if audio.loop is set to true that expecting the seeking event is fired more than once]
|
||||||
expected: NOTRUN
|
expected: FAIL
|
||||||
|
|
||||||
|
|
|
@ -33,6 +33,7 @@
|
||||||
looped = true;
|
looped = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
media.addEventListener("error", t.unreached_func());
|
||||||
media.addEventListener("seeking", startTest, false);
|
media.addEventListener("seeking", startTest, false);
|
||||||
media.loop = true;
|
media.loop = true;
|
||||||
media.src = getAudioURI("/media/sound_5") + "?" + new Date() + Math.random();
|
media.src = getAudioURI("/media/sound_5") + "?" + new Date() + Math.random();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue