tables: Add a naive implementation of border-collapse (#32309)

This change adds a very simple implementation of `border-collapse` for
tables. No harmonization or merging is done at all for borders. Instead,
the largest border for every continuous border sets the size. Instead of
merging different border styles, they are squashed to half size -- which
isn't great, but ensures appropriate positioning.

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Martin Robinson 2024-05-18 10:24:23 +02:00 committed by GitHub
parent 5cac276997
commit 0cd9c3f2c4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 126 additions and 285 deletions

View file

@ -1,7 +1,4 @@
[rowspan-height-redistribution.html]
[table 7]
expected: FAIL
[table 8]
expected: FAIL
@ -10,57 +7,3 @@
[table 23]
expected: FAIL
[table 2]
expected: FAIL
[table 3]
expected: FAIL
[table 4]
expected: FAIL
[table 5]
expected: FAIL
[table 6]
expected: FAIL
[table 9]
expected: FAIL
[table 10]
expected: FAIL
[table 11]
expected: FAIL
[table 12]
expected: FAIL
[table 13]
expected: FAIL
[table 14]
expected: FAIL
[table 15]
expected: FAIL
[table 16]
expected: FAIL
[table 17]
expected: FAIL
[table 18]
expected: FAIL
[table 20]
expected: FAIL
[table 21]
expected: FAIL
[table 24]
expected: FAIL