Closed
Bug 251914
Opened 21 years ago
Closed 21 years ago
crash with CSS: html { display: table } body { position: fixed }
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 231776
People
(Reporter: simon, Unassigned)
References
()
Details
Attachments
(1 file)
247 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040614 Firefox/0.8
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040614 Firefox/0.8
The following CSS snipped crashes mozilla
html {
display: table;
}
body {
position: fixed;
}
While the copy I discovered this on is not very recent, friends report that this
happens as well with fairly recent CVS-builds.
I am not sure if this is "proper" use of CSS, however, mozilla should not crash.
Reproducible: Always
Steps to Reproduce:
1. Load http://www.home.unix-ag.org/simon/files/mozilla-crash.html
2. watch mozilla die.
The crash happens at least with mozilla, firefox and epiphany.
Quoting Akkana Peck: "It's in nsIFrame::GetView called from
nsHTMLContainerFrame::CreateViewForFrame."
Reporter | ||
Comment 1•21 years ago
|
||
This is the testcase again, pasted as attachment since the URL will not be
valid forever...
Comment 2•21 years ago
|
||
Confirming: I see this in 1.7 and in a more recent build. Sounds related to bug
230138, but that was marked fixed as of february.
Status: UNCONFIRMED → NEW
Ever confirmed: true
![]() |
||
Comment 3•21 years ago
|
||
*** This bug has been marked as a duplicate of 231776 ***
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•