Closed
Bug 236576
Opened 21 years ago
Closed 21 years ago
Browser crashes if I use the alternate css
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 229263
People
(Reporter: chandrasingpatil, Assigned: dbaron)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.6) Gecko/20040207 Firefox/0.8
This site has got 3 style sheets. Out of these 3 style sheets two worked fine
but the stylesheet named "orange" crashed the browser.
Here is the HTML from the HEAD part of the same page.
"Notice that the second stylesheet is acually a directory and not a file"
<link rel="alternate stylesheet" href="/resources/style/debug.css"
type="text/css" title="Debugging" media="all">
<link rel="alternate stylesheet" href="/resources/style/orange/"
type="text/css" title="Orange" media="all">
Reproducible: Always
Steps to Reproduce:
1. Visit the page
2. Apply the alternate style-sheet named orange
Actual Results:
Browser crashed
Expected Results:
It should have intimated me about the error in the address to the style sheet in
a message box
Comment 1•21 years ago
|
||
*** This bug has been marked as a duplicate of 229263 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•