Closed
Bug 152578
Opened 23 years ago
Closed 23 years ago
CSS rules cause browser crash
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
DUPLICATE
of bug 148245
People
(Reporter: david+bugs, Assigned: dbaron)
References
()
Details
(Keywords: crash)
Attachments
(1 file)
7.41 KB,
text/plain
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1a) Gecko/20020607
BuildID: 2002061108
The combination of style rules illustrated in the given URI (<URL:
http://www.eleves.ens.fr:8080/home/madore/.test/csscrash.html >) systematically
cause Mozilla-1.1alpha to crash. This is probably due to the combination of
float on the :first-letter pseudo-class and use of the :first-line pseudo-class.
Tested on RedHat Linux (7.1).
Reproducible: Always
Steps to Reproduce:
1. use Mozilla-1.1alpha with clean profile
2. enter given URI in URI bar
Actual Results: browser crashed
Expected Results: display page correctly (first letter 'O' drops down, first
line of paragraph is in small caps)
Will try to provide a stack trace, though I'm not sure I can manage that.
Reporter | ||
Comment 1•23 years ago
|
||
Comment 2•23 years ago
|
||
Confirming in 20020611003 1.1a for MacOS9.x.
My crash stack starts at
090CD170 PPC 3CCEB894 nsHTMLReflowState::nsHTMLReflowState(nsIPresContext*,
const nsHT
MLReflowState&, nsIFrame*, const nsSize&)+00124
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Linux → All
Hardware: PC → All
Comment 3•23 years ago
|
||
dupe of "Crash when float:left is applied to a p:first-letter"
(this has already been fixed)
*** This bug has been marked as a duplicate of 148245 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•