mirror of
https://github.com/servo/servo.git
synced 2025-08-05 05:30:08 +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
|
|
@ -1,3 +0,0 @@
|
|||
[border-writing-mode-dynamic-001.html]
|
||||
[Table borders track writing mode changes]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[col_removal.html]
|
||||
[Table grid syncs after COL removal]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-tables/rules-groups.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-tables/rules-groups.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[rules-groups.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue