[Webkit-unassigned] [Bug 33735] New: error event doesn't fire for <video><source src=doesnotexist.mp4></video
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jan 15 13:48:39 PST 2010
https://bugs.webkit.org/show_bug.cgi?id=33735
Summary: error event doesn't fire for <video><source
src=doesnotexist.mp4></video
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: aroben at apple.com
CC: eric.carlson at apple.com
To reproduce:
1. Download the attached test to LayoutTests/media
2. run-webkit-tests media/media-no-source.html
The test times out because the error event is never fired.
HTML5 says we should fire an error event. See
<http://www.whatwg.org/specs/web-apps/current-work/multipage/video.html#concept-media-load-algorithm>
step 6.10:
> Failed: Queue a task to fire a simple event named error at the
> candidate element, in the context of the fetching process that
> was used to try to obtain candidate's corresponding media
> resource in the resource fetch algorithm.
Note that the error event *does* fire for <video src=doesnotexist.mp4></video>
--
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