Closed
Bug 664107
Opened 14 years ago
Closed 14 years ago
Calling drawImage with non-finite arguments should not throw
Categories
(Core :: Graphics: Canvas2D, defect)
Core
Graphics: Canvas2D
Tracking
()
VERIFIED
FIXED
mozilla7
People
(Reporter: Ms2ger, Assigned: Ms2ger)
References
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
1.66 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Attachment #539169 -
Flags: review?(Olli.Pettay)
Flags: in-testsuite+
Comment 1•14 years ago
|
||
Comment on attachment 539169 [details] [diff] [review]
Patch v1
The spec is bad, but I don't care enough to complain.
Attachment #539169 -
Flags: review?(Olli.Pettay) → review+
Assignee | ||
Comment 2•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Assignee | ||
Updated•14 years ago
|
Keywords: dev-doc-needed
Comment 3•14 years ago
|
||
Documentation updated:
https://developer.mozilla.org/en/DOM/CanvasRenderingContext2D#drawImage()
And mentioned on Firefox 7 for developers.
Keywords: dev-doc-needed → dev-doc-complete
Comment 4•14 years ago
|
||
Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
Can anyone please help me with a test case or with STR/guidelines in order to get this issue checked on QA side?
Thanks!
Assignee | ||
Comment 5•14 years ago
|
||
<http://w3c-test.org/html/tests/submission/PhilipTaylor/canvas/2d.drawImage.nonfinite.html>, same expected result
Comment 6•14 years ago
|
||
Mozilla/5.0 (Windows NT 5.1; rv:7.0) Gecko/20100101 Firefox/7.0
Verified on Win XP, Win 7, Ubuntu 11.04 and Mac OS X 10.6 - loading the test case provided in Comment 5 gives me a green background and a "Passed" result.
Setting resolution to VERIFIED FIXED.
Thanks Ms2ger!
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•