[Webkit-unassigned] [Bug 34392] background (gradient) on tr is repeated on each td
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Oct 23 09:13:32 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=34392
bdredre at hotmail.co.uk changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |bdredre at hotmail.co.uk
--- Comment #9 from bdredre at hotmail.co.uk 2012-10-23 09:14:36 PST ---
This bug seems to have reappeared. Using the following code:
<html>
<body>
<table width="100%">
<tr style="background: -webkit-linear-gradient(left, #CFC, #FFF);">
<td>This is a Chrome row</td>
<td>Something</td>
<td>Another thing</td>
</tr>
<tr style="background: linear-gradient(to right, #CFC, #FFF);">
<td>This is a Firefox row</td>
<td>Something</td>
<td>Another thing</td>
</tr>
</table>
</body>
</html>
This renders properly using Firefox but the gradient for the table row repeats across each child <td> using Chrome Version 22.0.1229.94 m
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list