Don't update row baseline if cell is empty (#31831)

Gecko, Blink and WebKit agree that the if a row only has empty cells,
its baseline should be at the bottom, not at the top.

There isn't interoperability when the cells are just empty-ish, so this
patch takes the simplest approach, aligning with Blink: any out-of-flow
or in-flow content other than collapsed whitespace counts as not empty.
This commit is contained in:
Oriol Brufau 2024-03-25 10:39:02 +01:00 committed by GitHub
parent c50df5ccbe
commit dbe3cb8a3c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 47 additions and 7 deletions

View file

@ -1,2 +0,0 @@
[max-width-applies-to-014.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[min-height-applies-to-014.xht]
expected: FAIL

View file

@ -1,2 +0,0 @@
[min-width-applies-to-014.xht]
expected: FAIL