Back to Chromium

Background on 'table

third_party/blink/web_tests/fast/table/backgr_simple-table-cell.html

149.0.7827.2693 B
Original Source

crbug.com/35679: Background on 'table-cell'

With 'border-collapse: separate'| TH A | TH B | TH C | TH D | | --- | --- | --- | --- | | TD M | TD O | TD P | | TD E | TD F | TD G | TD H | | TD J | TD K | TD L |

Each cell's background should fill the rectangle defined by its border edge. There should be no gaps or holes in the background within a cell.

A purple band should align with the top padding edge of each cell, and an orange stripe should align a few pixels to the left of its right padding edge.

CSS2 Table Backgrounds Test Suite designed and written by fantasai <[email protected]>