Back to Chromium

Background on 'table'

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

149.0.7827.2708 B
Original Source

crbug.com/35679: Background on 'table'

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 |

The table background should fill the rectangle defined by the outer border of the table. There should be no gaps or holes in the background and the stripes should all be continuous.

A purple band should align with the left edge of the painted area, and an aqua stripe should align a few pixels below the top border.

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