Bug 1144486 - Fix Bogus test. r=cajbir

cajbir said we should do this in the media meeting.
This commit is contained in:
Bobby Holley 2015-04-08 14:09:26 -07:00
parent 7e9c3f2cc6
commit 13c48d68da

View File

@ -36,7 +36,6 @@ runWithMSE(function (ms, v) {
});
v.addEventListener("seeked", function () {
ok(v.readyState >= v.HAVE_FUTURE_DATA, "readyState is >= FUTURE_DATA");
SimpleTest.finish();
});
});