[Webkit-unassigned] [Bug 33855] New: error events don't fire if no <source> elements passed to media engine

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 19 12:19:48 PST 2010


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

           Summary: error events don't fire if no <source> elements passed
                    to media engine
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric.carlson at apple.com


No error event is fired if a none of a media element's <source> elements has a
valid src, media, or type attribute, but the spec says: "[If] the media element
has neither a src attribute nor a source element child: set the networkState to
NETWORK_EMPTY, and abort these steps; the synchronous section ends."

To reproduce:

1. Download the attached test case to LayoutTests/media
2. run-webkit-tests media/video-source-error-no-candidate.html

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