layout: Improve painting of collapsed borders in table layout (#34933)

This is still not the right approach, because we are not painting
collapsed borders as a single thing. Instead, we are splitting them
into two halves and paint each half on a different cell. This only
looks good for solid borders.

Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Oriol Brufau 2025-01-10 16:38:31 -08:00 committed by GitHub
parent 25a94efcdf
commit e2be55b873
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
88 changed files with 181 additions and 256 deletions

View file

@ -1,2 +0,0 @@
[border-collapse-dynamic-oof.html]
expected: FAIL

View file

@ -1,2 +0,0 @@
[border-conflict-resolution.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[collapsed-border-remove-cell.html]
expected: FAIL