[Webkit-unassigned] [Bug 23152] quirks mode: background color in empty cell of table with cellpadding=0 should be rendered
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jan 6 22:57:41 PST 2009
https://bugs.webkit.org/show_bug.cgi?id=23152
webkit at blaut.biz changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |webkit at blaut.biz
Status|UNCONFIRMED |NEW
Component|Layout and Rendering |Tables
Ever Confirmed|0 |1
Keywords| |HasReduction
OS/Version|Windows Vista |All
Platform|PC |All
Summary|background behind the text |quirks mode: background
|is the wrong color |color in empty cell of table
| |with cellpadding=0 should be
| |rendered
------- Comment #1 from webkit at blaut.biz 2009-01-06 22:57 PDT -------
Confirmed inconsistency with other browsers (Firefox, Opera) in quirks mode.
This particular code should render green box.
<p>There should be green box below</p>
<table cellpadding="0" width="100">
<td height="100" bgcolor="green"></td>
</table>
This doesn't happen in WebKit r39669.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list