[Webkit-unassigned] [Bug 33744] New: video.networkState remains NETWORK_LOADING indefinitely when no <source> element was able to be loaded

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 15 14:29:38 PST 2010


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

           Summary: video.networkState remains NETWORK_LOADING
                    indefinitely when no <source> element was able to be
                    loaded
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Keywords: NeedsRadar
          Severity: Normal
          Priority: P2
         Component: Media Elements
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com
                CC: eric.carlson at apple.com


To reproduce:

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

The test fails because video.networkState has remained NETWORK_LOADING even
though we failed to load the one and only <source> element.

HTML5 says networkState should be NETWORK_NO_SOURCE at this point. See
<http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#concept-media-load-algorithm>
step 6.17:

> ⌛ Waiting: Set the element's networkState attribute to the NETWORK_NO_SOURCE value.

Note that <video src=doesnotexist.mp4> does not have this bug.

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