mirror of
https://github.com/servo/servo.git
synced 2025-08-09 15:35:34 +01:00
layout: Fix conflict resolution for collapsed borders differing in color (#35100)
https://www.w3.org/TR/CSS21/tables.html#border-conflict-resolution > If border styles differ only in color, then a style set on a cell wins > over one on a row, which wins over a row group, column, column group > and, lastly, table. We were actually using the opposite order. Signed-off-by: Oriol Brufau <obrufau@igalia.com>
This commit is contained in:
parent
c17668bb0e
commit
acfd2e6de4
4 changed files with 179 additions and 33 deletions
|
@ -1,2 +0,0 @@
|
|||
[subpixel-collapsed-borders-003.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue