mirror of
https://github.com/servo/servo.git
synced 2025-10-01 09:09:15 +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
13
tests/wpt/meta/MANIFEST.json
vendored
13
tests/wpt/meta/MANIFEST.json
vendored
|
@ -45915,6 +45915,19 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"border-conflict-style-107.html": [
|
||||
"8b1c72d2bc3af7c5a7feab1d44db10c3acca1ae7",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/reference/ref-filled-green-200px-square.html",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"border-dynamic-001.xht": [
|
||||
"dc73fecbfa648689495586e9baa02e7c3f480ca6",
|
||||
[
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
[subpixel-collapsed-borders-003.html]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue