Bug 114614
Summary: | Abort in FileReader shouldn't throw onerror ProgressEvent. | ||
---|---|---|---|
Product: | WebKit | Reporter: | Praveen Jadhav <praveen.j> |
Component: | DOM | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Praveen Jadhav
@Alaxey, Isn't this a valid issue?