[Webkit-unassigned] [Bug 48591] HTML5 Conformance Test failure: approved/video/video_008.htm

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 21:42:17 PDT 2010


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


Eric Carlson <eric.carlson at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WORKSFORME




--- Comment #2 from Eric Carlson <eric.carlson at apple.com>  2010-10-28 21:42:17 PST ---
http://test.w3.org/html/tests/approved/video/video_008.htm is also bogus (see https://bugs.webkit.org/show_bug.cgi?id=48590). 

It sets up the <video> element with <source> elements with a 'type' attribute set to "application/octet-stream":

<video id="video0" autoplay onplay="do_play(event);">
    <source src="http://media.w3.org/2010/05/video/movie_300.mp4" type="application/octet-stream">
  <source src="http://media.w3.org/2010/05/video/movie_5.mp4" type="application/octet-stream" media="all">
    Your browser does not support media elements.
</video>

and it fails unless the the first <source> element is chosen. However, the spec says:

    The canPlayType(type) method must return the empty string if type is a type that 
    the user agent knows it cannot render or is the type "application/octet-stream"

where the empty string is defined as "a negative response".

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