Closed
Bug 267289
Opened 20 years ago
Closed 20 years ago
no image displayed if anchor href contains the word 'downloads'
Categories
(Core :: Layout, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: son.le0, Unassigned)
Details
Attachments
(1 file)
|
150 bytes,
text/html
|
Details |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041101 Firefox/1.0RC2 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041101 Firefox/1.0RC2 The following HTML code does not render the image: <html> <head> <title></title> </head> <body> <a href="downloads."><img src="dummy" width="100" height="100" alt=""></a> </body> </html> Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: Blank page Expected Results: 100x100 image placeholder should be displayed.
Comment 2•20 years ago
|
||
WFM Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.3) Gecko/20041030 Firefox/1.0RC2
Comment 3•20 years ago
|
||
do you have a userContent.css file? how does it look, if so?
(In reply to comment #3) > do you have a userContent.css file? how does it look, if so? Bingo! Forgot about my userContent.css, which when renamed no longer caused the image to be blocked.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•