mirror of
https://github.com/servo/servo.git
synced 2025-08-11 08:25:32 +01: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:
parent
a5c512808a
commit
1876b49251
39 changed files with 67 additions and 448 deletions
|
@ -1,24 +0,0 @@
|
|||
[viewport-units-css2-001.html]
|
||||
[vw length applied to border-spacing]
|
||||
expected: FAIL
|
||||
|
||||
[vw length applied to border-spacing: getComputedStyle returns a non-zero px-based value]
|
||||
expected: FAIL
|
||||
|
||||
[vh length applied to border-spacing]
|
||||
expected: FAIL
|
||||
|
||||
[vh length applied to border-spacing: getComputedStyle returns a non-zero px-based value]
|
||||
expected: FAIL
|
||||
|
||||
[vmin length applied to border-spacing]
|
||||
expected: FAIL
|
||||
|
||||
[vmin length applied to border-spacing: getComputedStyle returns a non-zero px-based value]
|
||||
expected: FAIL
|
||||
|
||||
[vmax length applied to border-spacing]
|
||||
expected: FAIL
|
||||
|
||||
[vmax length applied to border-spacing: getComputedStyle returns a non-zero px-based value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue