mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
* Fix table with rows but no column We weren't generating any fragment for the rows, which meant that JS APIs like clientWidth would be 0, and also outlines weren't painted. This aligns Servo with Blink and WebKit. Gecko is broken, it distributes twice the table height among the rows. * Feedback * Avoid conflict with #31874
9 lines
135 B
INI
Vendored
9 lines
135 B
INI
Vendored
[baseline-table.html]
|
|
[.container 11]
|
|
expected: FAIL
|
|
|
|
[.container 12]
|
|
expected: FAIL
|
|
|
|
[.container 13]
|
|
expected: FAIL
|