Closed
Bug 2984
Opened 26 years ago
Closed 26 years ago
stretched image changes colors
Categories
(Core Graveyard :: GFX, defect, P2)
Tracking
(Not tracked)
VERIFIED
WORKSFORME
People
(Reporter: cmaximus, Assigned: ramiro)
References
()
Details
instead of using <hr> AOL takes the image of a little GREY pixel and stretches it to whatever length they need.
In this case 80px. Seamonkey (Linux 99035) warps the coloring, changing it from grey to dashed black.
Below is a minimized testcase. Mac and Win check out fine
Reporter | ||
Updated•26 years ago
|
QA Contact: 4130
Reporter | ||
Comment 1•26 years ago
|
||
installing myself as QA Contact.
Here is all the html you need to reproduce. you should see two grey lines 80px wide centered at the top of the page.
--------------------------------------------
<html>
<head>
<title>Minimized Test Case for Bug#2984</title>
</head>
<body bgcolor=#ffffff>
<p><center><img src="http://aol.com/gr/graypixel.gif" width="80" height="1"></center>
<p>
<p><center><img src="http://aol.com/gr/graypixel.gif" width="80" height="1"></center>
</body>
</html>
Assignee | ||
Updated•26 years ago
|
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → WORKSFORME
Reporter | ||
Updated•26 years ago
|
Status: RESOLVED → VERIFIED
Reporter | ||
Comment 3•26 years ago
|
||
someone inadvertantly fixed this. It definitely didn't work before and it works fine now. I will VERIFY it for Linux builds as of
Mar28.
URL: aol.com → http://aol.com
Updated•16 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•