mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +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
|
@ -2,9 +2,6 @@
|
|||
[Control test for table-cell padding and border-spacing, etc (width)]
|
||||
expected: FAIL
|
||||
|
||||
[Control test for table-cell padding and border-spacing (height)]
|
||||
expected: FAIL
|
||||
|
||||
[Anonymous consecutive columns spanned by the same set of cells are merged]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -14,9 +11,6 @@
|
|||
[Explicitely-defined consecutive columns spanned by the same set of cells are not merged]
|
||||
expected: FAIL
|
||||
|
||||
[Explicitely-defined consecutive rows spanned by the same set of cells are not merged]
|
||||
expected: FAIL
|
||||
|
||||
[Explicitely-defined consecutive columns spanned by the same set of cells are not merged, and cells span across border-spacing]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue