layout: Add support for table border-spacing (#31166)

This adds support for table `border-spacing` property. Note that we do
not yet support the collapsed border model.

Co-authored-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
Martin Robinson
2024-01-26 17:07:08 +01:00
committed by GitHub
parent a5c512808a
commit 1876b49251
39 changed files with 67 additions and 448 deletions

View File

@@ -1,12 +1,3 @@
[border-spacing-computed.html]
[Property border-spacing value '10px 20px']
expected: FAIL
[Property border-spacing value '0']
expected: FAIL
[Property border-spacing value 'calc(10px + 0.5em) calc(10px - 0.5em)']
expected: FAIL
[Property border-spacing value 'calc(10px - 0.5em) calc(10px + 0.5em)']
expected: FAIL