mirror of
https://github.com/servo/servo
synced 2026-05-05 06:32:13 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user