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:
JW Wang 2014-04-24 23:49:00 -04:00
parent 480d68dd37
commit 6af09e55b3

View File

@ -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);
}