Closed
Bug 281333
Opened 20 years ago
Closed 20 years ago
Crash [@ nsFrameItems::AddChild ] w/ NOFRAMES display:table-header-group; clear:inherit;
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: robert.strong.bugs, Unassigned)
References
Details
(Keywords: crash, testcase)
Crash Data
Attachments
(1 file)
74 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050204 Firefox/1.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b) Gecko/20050204 Firefox/1.0+
The soon to be attached simplified testcase causes a crash @
nsFrameItems::AddChild.
http://talkback-public.mozilla.org/talkback/fastfind.jsp?search=2&type=iid&id=TB3519650E
Reproducible: Always
Steps to Reproduce:
1. open testcase
2.
3.
Actual Results:
crash
Expected Results:
no crash
Testcase contains
<NOFRAMES STYLE="display:table-header-group; clear:inherit;"></NOFRAMES>
Reporter | ||
Comment 1•20 years ago
|
||
Reporter | ||
Updated•20 years ago
|
Comment 2•20 years ago
|
||
This is basically the same as bug 266222 -- it's crashing for the same reasons.
Depends on: 240129
Reporter | ||
Comment 3•20 years ago
|
||
Fixed with the checkin for bug 240129 and verified with a beast buid. Thanks bernd!
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Comment 4•20 years ago
|
||
Verified FIXED; no crash here using the testcase of
https://bugzilla.mozilla.org/attachment.cgi?id=173588 with Mozilla/5.0 (Windows;
U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050304.
Status: RESOLVED → VERIFIED
Comment 5•16 years ago
|
||
layout/base/crashtests/281333-1.html
http://hg.mozilla.org/mozilla-central/rev/b0337b6287f3
Flags: in-testsuite+
Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ nsFrameItems::AddChild ]
You need to log in
before you can comment on or make changes to this bug.
Description
•