Bug 114614

Summary: Abort in FileReader shouldn't throw onerror ProgressEvent.
Product: WebKit Reporter: Praveen Jadhav <praveen.j>
Component: DOMAssignee: Nobody <webkit-unassigned>
Status: RESOLVED INVALID    
Severity: Normal CC: annevk, ap, dev_sachin, s.choi
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   

Praveen Jadhav
Reported 2013-04-15 02:47:40 PDT
ProgressEvent specification https://dvcs.w3.org/hg/progress/raw-file/tip/Overview.html#suggested-names-for-events-using-the-progressevent-interface says that "The error, abort, and load event types are mutually exclusive". In current source, error event is thrown and handled in the layout test file-reader-abort.html which doesn't comply with ProgressEvent spec.
Attachments
Praveen Jadhav
Comment 1 2013-04-15 04:17:23 PDT
@Alaxey, Isn't this a valid issue?
Note You need to log in before you can comment on or make changes to this bug.