Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up<tr> backgrounds aren't drawn correctly #2309
Closed
Comments
|
Thanks for the bug report! I think this should probably be reported as an issue in the Servo repository. It seems more likely to be related to the display list that Servo is producing, rather than something in WR itself. |
|
@glennw ... darn it, I misread my location and thought I was in servo/servo (which is where I was searching for potential duplicates). Thanks for the heads-up! I'll re-file. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Other browsers seem to render
tr { background-color: black }the same astr > th, tr > td { background-color: black }. Servo does not. (Not sure where that's spec'ed, or even if it is)Testcase: http://kwan.perix.co.uk/mozilla/tableRowBackgroundTest.html
(Correct rendering emulated on hover using cell backgrounds)
Servo rendering:

Firefox rendering:
