Open
Bug 391157
Opened 17 years ago
Updated 2 years ago
"ASSERTION: We should have a margin here! (out of memory?)" with SVG and getComputedStyle
Categories
(Core :: SVG, defect)
Tracking
()
NEW
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
(deleted),
image/svg+xml
|
Details |
###!!! ASSERTION: used margin property missing (out of memory?): 'm', file /Users/jruderman/trunk/mozilla/layout/generic/nsFrame.cpp, line 695
This assertion was added by dbaron in bug 332922. I don't know whether this is an SVG bug or a style system bug or a layout bug.
Comment 1•17 years ago
|
||
Probably we should just check IsFrameOfType(eSVG) in nsComputedDOMStyle and take the non-Frame codepath in that case.
Reporter | ||
Comment 2•14 years ago
|
||
Bug 542361 changed the assertion to
###!!! ASSERTION: We should have a margin here! (out of memory?): 'hasMargin', file /Users/jruderman/central/layout/generic/nsFrame.cpp, line 616
and this testcase still triggers it.
Reporter | ||
Updated•14 years ago
|
Summary: "ASSERTION: used margin property missing" with SVG and getComputedStyle → "ASSERTION: We should have a margin here! (out of memory?)" with SVG and getComputedStyle
Comment 3•9 years ago
|
||
Still happens on trunk.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•