mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 843265 - Remove the check for 'canplaythrough' since the purpose of this test is test the 3 ways to register an event handler. r=kinetik
This commit is contained in:
parent
480d68dd37
commit
6af09e55b3
@ -30,7 +30,6 @@ function gotPlayEvent(event) {
|
||||
function ended(event) {
|
||||
var v = event.target;
|
||||
v._finished = true;
|
||||
is(v._state, "canplaythrough", "Last event should be canplaythrough for " + v.src);
|
||||
removeNodeAndSource(v);
|
||||
manager.finished(v.token);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user