diff options
author | Oriol Brufau <obrufau@igalia.com> | 2025-01-16 03:24:00 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-16 11:24:00 +0000 |
commit | d58aa7fc0475e756d3b3cde13977a599339e495a (patch) | |
tree | 5b490823ad23fd5e3ecc4564b4e6703d1f2ba406 /tests/wpt/meta/css | |
parent | a1326a7cf65f0890a926223bce4d687f73c8dd9e (diff) | |
download | servo-d58aa7fc0475e756d3b3cde13977a599339e495a.tar.gz servo-d58aa7fc0475e756d3b3cde13977a599339e495a.zip |
layout: Allow different collapsed border style/color within a row/column (#35003)
We were previously using the same style and color for two collapsed
borders sharing a coordinate. Now such a line of collapsed borders can
be piecewise and have different colors and styles.
This still doesn't add support for piecewise border widths.
Also, since we are currently painting borders as part of the table and
cell boxes, and a box side can't have a piecewise border, this patch
only really works when:
- There aren't spanning cells
- The table has no assigned border (only the cells and tracks have it)
Signed-off-by: Oriol Brufau <obrufau@igalia.com>
Diffstat (limited to 'tests/wpt/meta/css')
8 files changed, 0 insertions, 16 deletions
diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-006.xht.ini deleted file mode 100644 index 35ea6d3fada..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-bottom-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-bottom-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-006.xht.ini deleted file mode 100644 index 40f5c78d7cb..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-bottom-color-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-bottom-color-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-006.xht.ini deleted file mode 100644 index 4d181d00be2..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-bottom-width-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-bottom-width-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-006.xht.ini deleted file mode 100644 index 27b2aaa4cbf..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-top-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-top-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-006.xht.ini deleted file mode 100644 index 099d358ca08..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-top-color-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-top-color-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-006.xht.ini b/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-006.xht.ini deleted file mode 100644 index 050bbc2da77..00000000000 --- a/tests/wpt/meta/css/CSS2/borders/border-top-width-applies-to-006.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-top-width-applies-to-006.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/CSS2/tables/border-collapse-dynamic-cell-002.xht.ini b/tests/wpt/meta/css/CSS2/tables/border-collapse-dynamic-cell-002.xht.ini deleted file mode 100644 index 4a0bc7a2846..00000000000 --- a/tests/wpt/meta/css/CSS2/tables/border-collapse-dynamic-cell-002.xht.ini +++ /dev/null @@ -1,2 +0,0 @@ -[border-collapse-dynamic-cell-002.xht] - expected: FAIL diff --git a/tests/wpt/meta/css/css-tables/collapsed-border-remove-cell.html.ini b/tests/wpt/meta/css/css-tables/collapsed-border-remove-cell.html.ini deleted file mode 100644 index 6430bb5ee41..00000000000 --- a/tests/wpt/meta/css/css-tables/collapsed-border-remove-cell.html.ini +++ /dev/null @@ -1,2 +0,0 @@ -[collapsed-border-remove-cell.html] - expected: FAIL |