Closed
Bug 406368
Opened 18 years ago
Closed 18 years ago
Firefox 3b1 broke td background-color
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 403656
People
(Reporter: m_105, Unassigned)
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9b1) Gecko/2007112000 SUSE/2.9.91-23.1 Firefox/3.0b1
Build Identifier: Mozilla/5.0 (X11; U; Linux x86_64; de; rv:1.9b1) Gecko/2007112000 SUSE/2.9.91-23.1 Firefox/3.0b1
I think Firefox 3b1 broke the background-color CSS info of <td> tags. See "Additional information" for a sample piece of HTML.
Konqueror and Firefox 2 did it right.
Reproducible: Always
Steps to Reproduce:
Open certain web pages.
Actual Results:
Paints all the table gray (#777777).
Expected Results:
Paint the first <TD> light green (#00FF00).
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Test</title>
</head>
<body>
<table style="border: 1px solid rgb(0, 0, 0); background-color:#777777; width:70px; height:5px;" cellpadding="0" cellspacing="0">
<tr>
<td style='background-color:#00ff00; width:97%;'>
</td>
<td style='width:3%'>
</td>
</tr>
</table>
</body>
</html>
| Reporter | ||
Comment 1•18 years ago
|
||
This is what Firefox 3b1 makes of this table (I've got this from a browser game).
| Reporter | ||
Comment 2•18 years ago
|
||
What Konqueror makes of that table (correct)
Comment 3•18 years ago
|
||
WFM on trunk
regression range:
http://bonsai.mozilla.org/cvsquery.cgi?&date=explicit&mindate=2007-11-13%2004:00&maxdate=2007-11-14%2004:59
Status: UNCONFIRMED → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•