[Webkit-unassigned] [Bug 35271] http/tests/media/video-seekable-stall.html fails on the Leopard Commit Queue Machine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 31 15:53:12 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=35271





--- Comment #7 from Eric Carlson <eric.carlson at apple.com>  2011-05-31 15:53:12 PST ---
(In reply to comment #6)
> I'm working on a related bug with video-seekable-stall for chromium and have an issue with the last check in the test:
> 
> TEST(video.seekable.end(0) < video.duration - 1) OK
> 
> Why the "-1"? The max time range, "video.seekable.end(0)" is defined to be video.duration plus the time of the first frame in the video (which is zero)... 
> 
> http://www.w3.org/TR/html5/video.html#dom-media-seekable
> 
> With the "-1" removed, this will work in chromium... (when I've checked in another fix)...

The test was written at a time when the only media engine, QuickTime, could only seek to a time that was already loaded so checking that the last range was before "duration - 1" was correct because of the stallAt=100000.

This behavior is still true of QuickTime on Windows, so removing the "-1" will make it fail.

I think this test has outlived its usefulness

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list