Back to Chromium

Rowindex

third_party/blink/web_tests/fast/table/rowindex.html

149.0.7827.2617 B
Original Source

This tests rowIndex, in particular in cases where the table sections are in different orders.

A: This table has the header and footer before the body ("normal" order).

| | | | | | | | |

B: This table has the footer before the body and both before the header.

| | | | | | | | |

C: This table has two footers before two bodies before two heads.

| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | |

D: This table has a head, foot, body, direct row children, and an extra foot.

| | | | | | | | | | | | | | | | | | | | | | | | | | |

E: This table only has a direct row child, added dynamically.