mirror of
https://github.com/servo/servo.git
synced 2025-08-09 23:45:35 +01:00
Small improvements for table border collapse (#33452)
We were only collapsing the borders from adjacent cells. This patch also handles the borders from rows, row groups, columns, and column groups. Additionally, it takes the border style into account in order to decide which border wins. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
679afe5195
commit
b12cebd1ac
11 changed files with 130 additions and 33 deletions
|
@ -1,2 +0,0 @@
|
|||
[border-conflict-style-101.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[border-conflict-style-102.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[border-conflict-style-103.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[border-conflict-style-104.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[border-conflict-style-105.xht]
|
||||
expected: FAIL
|
|
@ -1,2 +0,0 @@
|
|||
[border-conflict-style-106.xht]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue