Closed
Bug 629876
Opened 14 years ago
Closed 12 years ago
Throw when drawImage's sw/sh arguments are zero
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
RESOLVED
FIXED
mozilla19
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
()
Details
Attachments
(1 file)
4.13 KB,
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
> If one of the sw or sh arguments is zero, the implementation must raise an
> INDEX_SIZE_ERR exception.
http://www.w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.drawImage.zerosource.html
Comment 1•14 years ago
|
||
might be addressed by the patch in the bug 629875
Comment 2•14 years ago
|
||
The bug is fixed by http://hg.mozilla.org/mozilla-central/rev/4ede7b9b55bc
Depends on: 629875
Assignee | ||
Comment 3•14 years ago
|
||
And indeed it is.
Assignee | ||
Updated•13 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Assignee | ||
Comment 4•12 years ago
|
||
Comment 5•12 years ago
|
||
Comment on attachment 676931 [details] [diff] [review]
Patch v1
r=me if other UAs do this.
Attachment #676931 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 6•12 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago → 12 years ago
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla19
You need to log in
before you can comment on or make changes to this bug.
Description
•