mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1090900 - Issue SimpleTest.finish() even if test failed. r=padenot
This commit is contained in:
parent
dd154baadc
commit
22e4cb81e7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user