mirror of
https://github.com/servo/servo.git
synced 2025-08-29 17:18:23 +01:00
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:
parent
5cac276997
commit
0cd9c3f2c4
36 changed files with 126 additions and 285 deletions
|
@ -1,10 +1,4 @@
|
|||
[inheritance.html]
|
||||
[Property border-collapse has initial value separate]
|
||||
expected: FAIL
|
||||
|
||||
[Property border-collapse inherits]
|
||||
expected: FAIL
|
||||
|
||||
[Property border-spacing has initial value 0px 0px]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue