mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Fix reordering of table-header-group and table-footer-group (#33383)
We weren't moving a table-header-group to the front if it was the first row group. However, there might still be preceding rows that don't belong to any row group. And similarly, we weren't moving a table-footer-group to the end if it was the last row group. However, there might still be following rows that don't belong to any row group. This patch fixes the logic, and enables existing tests from Microsoft that were missing a reference. Signed-off-by: Oriol Brufau <obrufau@igalia.com> Co-authored-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
193f592617
commit
f1ad364ec2
6 changed files with 119 additions and 82 deletions
64
tests/wpt/meta/MANIFEST.json
vendored
64
tests/wpt/meta/MANIFEST.json
vendored
|
@ -108798,6 +108798,32 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"table-footer-group-001.xht": [
|
||||
"e32e2dac22df85b038237fbd59a9fb8d85708ff6",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/CSS2/tables/table-row-group-001-ref.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"table-header-group-001.xht": [
|
||||
"0d8f4798052d5ff68fc2fd05e7d5ec29d107b3ec",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/CSS2/tables/table-row-group-001-ref.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"table-height-algorithm-008a.xht": [
|
||||
"eaaf04f759be858bbe0d8b103930748bfd4bf1e7",
|
||||
[
|
||||
|
@ -108863,6 +108889,19 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"table-row-group-001.xht": [
|
||||
"a0f7966e35e68b0fea10309dcdc83b51e2e15372",
|
||||
[
|
||||
null,
|
||||
[
|
||||
[
|
||||
"/css/CSS2/tables/table-row-group-001-ref.xht",
|
||||
"=="
|
||||
]
|
||||
],
|
||||
{}
|
||||
]
|
||||
],
|
||||
"table-vertical-align-baseline-001.xht": [
|
||||
"1862eb41f7f14cb6f77320f6e1e3fa7986c9ff00",
|
||||
[
|
||||
|
@ -391423,6 +391462,10 @@
|
|||
"8ea849424688a0f3a3b9a345b32e53b6ad1d76c5",
|
||||
[]
|
||||
],
|
||||
"table-row-group-001-ref.xht": [
|
||||
"c58134ae3594a80e3512b1aeac8957ec0d3a1ef9",
|
||||
[]
|
||||
],
|
||||
"table-vertical-align-baseline-001-ref.xht": [
|
||||
"9d4b753a6dd0c1cba08d83d80180459e4f2ad593",
|
||||
[]
|
||||
|
@ -849035,13 +849078,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"table-footer-group-001.xht": [
|
||||
"fb2338caf47a312e9580e04333ada107762c4a9b",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"table-footer-group-002.xht": [
|
||||
"a041b45789125f283f5f033417ec5d397b73f29c",
|
||||
[
|
||||
|
@ -849063,13 +849099,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"table-header-group-001.xht": [
|
||||
"0b3a595cb77ba8f90ab87c2ec34cbdf29ddf0a06",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"table-header-group-002.xht": [
|
||||
"0e03b0a045f8ff3bee300288f0fac4f4c3469021",
|
||||
[
|
||||
|
@ -849609,13 +849638,6 @@
|
|||
{}
|
||||
]
|
||||
],
|
||||
"table-row-group-001.xht": [
|
||||
"d5a85400ae64a21080c424aeae2b7f919b818426",
|
||||
[
|
||||
null,
|
||||
{}
|
||||
]
|
||||
],
|
||||
"table-valign-001.xht": [
|
||||
"021a3e76e04eee628237b1a8473ab0d7b5e9c282",
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue