mirror of
https://github.com/servo/servo
synced 2026-04-27 01:55:03 +02:00
The min-content size of a table track was >= the max-content size. So - For the min-content size of a column, now we just use min-inline-size, ignoring inline-size and max-inline-size. This matches Gecko, Blink and WebKit. - For the max-content size of a column, we keep matching Gecko. Note that Blink and WebKit are different, they ignore max-inline-size. - For both the min-content and max-content sizes of a row, now we just use block-size. This matches Gecko, Blink and WebKit. Also, if the computed value contains percentages, now we treat it as the initial value, instead of resolving percentages against zero. This matches Gecko and Blink, but not WebKit for rows.
55 lines
609 B
INI
55 lines
609 B
INI
[column-widths.html]
|
|
[table 1]
|
|
expected: FAIL
|
|
|
|
[table 3]
|
|
expected: FAIL
|
|
|
|
[table 5]
|
|
expected: FAIL
|
|
|
|
[table 8]
|
|
expected: FAIL
|
|
|
|
[table 11]
|
|
expected: FAIL
|
|
|
|
[table 13]
|
|
expected: FAIL
|
|
|
|
[table 14]
|
|
expected: FAIL
|
|
|
|
[table 17]
|
|
expected: FAIL
|
|
|
|
[table 19]
|
|
expected: FAIL
|
|
|
|
[table 21]
|
|
expected: FAIL
|
|
|
|
[table 22]
|
|
expected: FAIL
|
|
|
|
[table 23]
|
|
expected: FAIL
|
|
|
|
[table 25]
|
|
expected: FAIL
|
|
|
|
[table 26]
|
|
expected: FAIL
|
|
|
|
[table 30]
|
|
expected: FAIL
|
|
|
|
[table 32]
|
|
expected: FAIL
|
|
|
|
[table 33]
|
|
expected: FAIL
|
|
|
|
[table 4]
|
|
expected: FAIL
|