Bug 1090900 - Issue SimpleTest.finish() even if test failed. r=padenot

This commit is contained in:
Jean-Yves Avenard 2014-10-30 12:15:58 +11:00
parent dd154baadc
commit 22e4cb81e7

View File

@ -41,6 +41,7 @@ function onLoadedMetadata_Audio(e) {
return;
}
ok(false, t.name + ": We should not succeed to draw a video frame on the canvas.");
finish(t);
}
function onTimeUpdate_Video(e) {