diff options
author | Oriol Brufau <obrufau@igalia.com> | 2024-03-26 13:36:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-26 12:36:43 +0000 |
commit | d16f259e1d3c7b8c0c0f4692af41ba2e41085e23 (patch) | |
tree | 28a059d042fe888daa17e199207623f18763f407 /components/script/dom/xmlhttprequest.rs | |
parent | 68b0be6dc7a22ad743687bc963d4b9806391eaaa (diff) | |
download | servo-d16f259e1d3c7b8c0c0f4692af41ba2e41085e23.tar.gz servo-d16f259e1d3c7b8c0c0f4692af41ba2e41085e23.zip |
Fix table with rows but no column (#31862)
* 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
Diffstat (limited to 'components/script/dom/xmlhttprequest.rs')
0 files changed, 0 insertions, 0 deletions