Closed Bug 472564 Opened 16 years ago Closed 16 years ago

sized Images are not being rendered (all black)

Categories

(Firefox :: General, defect)

3.0 Branch
x86
Linux
defect
Not set
major

Tracking

()

RESOLVED DUPLICATE of bug 411831

People

(Reporter: x4pear10, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5 Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.5) Gecko/2008120121 Firefox/3.0.5 Firefox fails to render images where the <img...> tag uses width and height options. The images appear as all black. This happens on any website I visit. Reproducible: Always Steps to Reproduce: 1. Create this html file: <html> <head> <title></title> </head> <body> <h2>This image renders ok:</h2> <img src="claudia.png"> <h2>This image renders all black:</h2> <img src="claudia.png" width="100" height="100"> </body> </html> 2. Load into Firefox 3. Firefox fails to render image. Actual Results: <img src="claudia.png" width="100" height="100"> is rendered all black.
Version: unspecified → 3.0 Branch
That is a bug in your Xserver
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.