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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 28 21:29:46 PDT 2010


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


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

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




--- Comment #3 from Eric Carlson <eric.carlson at apple.com>  2010-10-28 21:29:46 PST ---
http://test.w3.org/html/tests/approved/video/video_003.htm is a bogus test. 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"

In other words if MUST return "" if the type is "application/octet-stream". The test, however, *fails* if it returns "" :

    if (vid.canPlayType("application/octet-stream") != "")
    {
        passTest();
    }

WebKit returns "" for "application/octet-stream":

> vid.canPlayType("application/octet-stream")
   ""

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