[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:44:03 PDT 2011


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


Steve Lacey <sjl at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |scherkus at chromium.org,
                   |                            |sjl at chromium.org




--- Comment #6 from Steve Lacey <sjl at chromium.org>  2011-05-31 15:44:03 PST ---
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)...

-- 
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