mirror of
https://github.com/servo/servo.git
synced 2025-07-02 21:13:39 +01:00
Properly fail in autoplay-overrides-preload.html
This commit is contained in:
parent
fb9d3bf350
commit
b6e3faa317
3 changed files with 6 additions and 6 deletions
|
@ -17,6 +17,7 @@
|
|||
a.preload = preload;
|
||||
a.autoplay = true;
|
||||
}
|
||||
a.addEventListener('error', t.unreached_func());
|
||||
a.addEventListener('playing', t.step_func(function() {
|
||||
assert_equals(a.readyState, a.HAVE_ENOUGH_DATA);
|
||||
assert_false(a.paused);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue