Back to Chromium

Background on 'table

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

149.0.7827.2965 B
Original Source

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

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 |

All four rows are styled.

The table row background should be visible within the border edge of each cell originating in the row, and the background should be continuously tiled to fill the entire cell. Within each row, all stripes should line up as if the cells were cutouts in a stencil placed over the row background. Furthermore, vertical stripes should align across rows.

A red band should align with the left border edge of the first cells in each row. An orange stripe should align a few pixels above the bottom border of the non-row-spanning cells in each row.

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