Closed
Bug 294611
Opened 20 years ago
Closed 20 years ago
crash with CSS position:static in mixed HTML/XUL document
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: a.herz, Unassigned)
Details
(Keywords: testcase)
Attachments
(1 file)
|
498 bytes,
application/vnd.mozilla.xul+xml
|
Details |
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.7) Gecko/20050414 Firefox/1.0.3
example document:
------------------------
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<window xmlns:html="http://www.w3.org/1999/xhtml"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul" >
<box flex="1">
<bulletinboard width="500px" height="500px" >
<groupbox style="position:absolute;top:9px;left:9px;width:70px;height:152px;">
<caption label="Answer"/>
<html:legend>Scheduled Report</html:legend>
</groupbox>
</bulletinboard>
</box>
</window>
Reproducible: Always
Steps to Reproduce:
try to load the example document
Actual Results:
crash
Expected Results:
proper rendered document
Comment 1•20 years ago
|
||
This Test DOES crash firefox on my machine, so open this file with that regard
in mind
Comment 2•20 years ago
|
||
WFM in the trunk builds (so this is probably a dupe)
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b2) Gecko/20050514 Firefox/1.0+
confirmed to effect:
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.8) Gecko/20050512 Firefox/1.0.4
Comment 3•20 years ago
|
||
WFM, using:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b2) Gecko/20050518
Firefox/1.0+
Reporter, if you can reproduce this in current trunk builds, then please reopen.
You need to log in
before you can comment on or make changes to this bug.
Description
•