Closed
Bug 349095
Opened 19 years ago
Closed 19 years ago
Content doubling, "ASSERTION: DeletingFrameSubtree on a special frame" and "ASSERTION: no common ancestor at all???" with first-letter, block-in-inline
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: jruderman, Unassigned)
References
Details
(Keywords: assertion, testcase)
Attachments
(1 file)
393 bytes,
application/xhtml+xml
|
Details |
This testcase triggers:
###!!! ASSERTION: DeletingFrameSubtree on a special frame. Prepare to crash.: '!IsFrameSpecial(aFrame)', file /Users/admin/trunk/mozilla/layout/base/nsCSSFrameConstructor.cpp, line 9833
###!!! ASSERTION: no common ancestor at all???: 'parent', file /Users/admin/trunk/mozilla/layout/base/nsLayoutUtils.cpp, line 344
This is likely to be a dup of bug 342120, but it involves an additional assertion, so I'm filing this bug to be sure.
Reporter | ||
Comment 1•19 years ago
|
||
Comment 2•19 years ago
|
||
This is fixed for me between a 2006-11-02 build and a 2006-11-04 build.
I think this was fixed by the fix for bug 318592. It also seems fixed on branch.
So, I'm marking this fixed, please reopen if this still can be seen.
Reporter | ||
Comment 3•18 years ago
|
||
Verified (I no longer see the assertion with this testcase).
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 4•18 years ago
|
||
Crashtest checked in. I guess a reftest would have been better (since there was content doubling), but I think the reftest for bug 318592 has that covered.
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•