Closed
Bug 291285
Opened 20 years ago
Closed 20 years ago
<canvas> with no width/height crashes
Categories
(Core :: Graphics: Canvas2D, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: ian, Assigned: vlad)
References
()
Details
(Keywords: crash, testcase)
A <canvas> element with no width/height attributes crashes. It should default to
300x200, I believe.
TESTCASE:
http://www.hixie.ch/tests/adhoc/html/canvas/002.html
Reporter | ||
Updated•20 years ago
|
Assignee: nobody → vladimir
Comment 1•20 years ago
|
||
I can't reproduce this on Gecko/20050418 WinXP (Firefox 1.0+).
Reporter | ||
Updated•20 years ago
|
Component: Layout: Misc Code → Layout: Canvas
Assignee | ||
Comment 2•20 years ago
|
||
fixed by checkin for bug 260120 -- there's now a default that's used in case a
size is invalid.
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 3•16 years ago
|
||
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•