Tests for redistribution of table height to row group height.

This algorithm has not been standardized. Browsers implementations disagree

Empty sections and rows do grow when table height forces it.

Unconstrained sections grow proportionally.

Chrome only grows first TBODY. This test expects only TBODYs to grow.

0,0
1,0
2,0
3,0

Unconstrained sections grow proportionally to their size

0,0
1,0
2,0
3,0

Fixed sections do not grow if there are unconstrained sections.

FF gets the right sizes, but gets locations wrong.

0,0
1,0
2,0

Fixed sections grow proportionally to their height.

FF grows sections equally, not proportionally to height

0,0
1,0

Percentage resolution size. Initial percentage resolution size should be undefined.

0,0
1,0
1,0

Percentage resolution size. During table height redistribution, use table height as percentage resolution height..

0,0
1,0

Redistribute percentage bodies proportional to their initial height

0,0
1,0

Table min-height is not ignored.

0,0

Table max-height is ignored.

0,0

Table height does not include caption

not included
0,0

Excess row percentage height is distributed greedily.

0,0
1,0
2,0

Row percentage height is influenced by percentage cells.

0,0
1,0
2,0

Mixed constrained and unconstrained empty rows: only unconstrained rows grow.