Bug 50909 - Styles for <tr> are repeated for every <td> in it
Summary: Styles for <tr> are repeated for every <td> in it
Status: RESOLVED DUPLICATE of bug 9268
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC OS X 10.6
: P2 Normal
Assignee: Nobody
URL: http://mathiasbynens.be/demo/webkit-t...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-13 03:12 PST by Mathias Bynens
Modified: 2011-07-04 06:09 PDT (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mathias Bynens 2010-12-13 03:12:37 PST
Styles for <tr> seem to be repeated for every <td> in it.

I’ve made a simple example on http://mathiasbynens.be/demo/webkit-tr-css, where the <td> gets a gradient background-image through CSS. (Note that I avoided the use of CSS3 gradients to avoid complexity and confusion — it’s just a simple test case.)

In WebKit, the image is repeated for every <td>: http://i.imgur.com/vXNd9.png
In Firefox or Opera, it works as expected: http://i.imgur.com/V7HvU.png
Comment 1 Mihnea Ovidenie 2011-06-10 06:12:31 PDT
This is not necessary related to the gradient. Instead of the gradient, you can use another image and still reproduce the problem.
Comment 2 Mathias Bynens 2011-06-10 07:07:05 PDT
(In reply to comment #1)
> This is not necessary related to the gradient. Instead of the gradient, you can use another image and still reproduce the problem.

For the record, I never said it was. I simply used a background image that happened to be a gradient (for clarity). Of course it doesn’t matter which image is used.
Comment 3 Daniel Bates 2011-07-04 06:09:19 PDT

*** This bug has been marked as a duplicate of bug 9268 ***