Bug 1175768 - Remove bogus check. r=jya

This commit is contained in:
Bobby Holley 2015-06-18 18:51:01 -07:00
parent cd3f2ef5a3
commit 0a7d7024e8

View File

@ -41,7 +41,6 @@ function do_seeked(e) {
is(v.currentTime, duration, "current time was updated");
is(v.duration, duration, "element duration was updated");
is(v._sb.buffered.length, 1, "One buffered range");
is(v._sb.buffered.end(0), duration, "sourcebuffer truncated");
// Truncated mediasource duration will cause the video element to seek.
v.addEventListener("seeking", do_seeking, false);
}