mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
Sync WPT with upstream (18-05-2025) (#37040)
Automated downstream sync of changes from upstream as of 18-05-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
ed469fe72f
commit
070a8cf937
377 changed files with 11542 additions and 2416 deletions
2
tests/wpt/meta/css/css-gaps/flex/flex-gap-decorations-020.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-gaps/flex/flex-gap-decorations-020.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flex-gap-decorations-020.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-gaps/flex/flex-gap-decorations-021.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-gaps/flex/flex-gap-decorations-021.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[flex-gap-decorations-021.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-034.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-034.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-gap-decorations-034.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-035.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-035.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-gap-decorations-035.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-036.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-036.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-gap-decorations-036.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-037.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-gaps/grid/grid-gap-decorations-037.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[grid-gap-decorations-037.html]
|
||||
expected: FAIL
|
|
@ -0,0 +1,24 @@
|
|||
[gap-decorations-rule-shorthand-computed-from-longhands.html]
|
||||
[column-rule computed from width: 5px, style: solid, color: rgb(0, 128, 0)]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule computed from width: repeat(auto, 5px), style: repeat(auto, solid), color: repeat(auto, rgb(255, 0, 0))]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule computed from width: repeat(auto, thin medium), style: solid, color: repeat(8, red blue)]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule computed from width: repeat(6, 15px thick), style: repeat(auto, solid), color: repeat(auto, red)]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule computed from width: 15px 25px 35px, style: solid dotted, color: green]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule computed from width: repeat(auto, 5px), style: solid double, color: repeat(7, red)]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule computed from width: repeat(auto, 5px 8px 10px), style: repeat(auto, solid double), color: repeat(auto, red green blue)]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule computed from width: repeat(2, 1px 3px 5px), style: repeat(2, solid double), color: repeat(2, red)]
|
||||
expected: FAIL
|
39
tests/wpt/meta/css/css-gaps/parsing/gap-decorations-rule-shorthand-computed.html.ini
vendored
Normal file
39
tests/wpt/meta/css/css-gaps/parsing/gap-decorations-rule-shorthand-computed.html.ini
vendored
Normal file
|
@ -0,0 +1,39 @@
|
|||
[gap-decorations-rule-shorthand-computed.html]
|
||||
[Property column-rule value '5px solid currentcolor']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value 'rgb(0, 0, 255) 10px solid']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value 'dotted']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value 'repeat(auto, 5px solid rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value 'repeat(auto, 5px solid rgb(255, 255, 0), 10px dotted rgb(0, 128, 0))']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value 'repeat(4, 15px dotted rgb(0, 255, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value 'repeat(1, 15px ridge rgb(255, 0, 0), 10px dotted rgb(0, 255, 0), 15px double rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value '5px double rgb(58, 58, 16), repeat(4, 5px ridge rgb(18, 18, 18))']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value '15px dashed rgb(0, 255, 0), repeat(3, 3px double rgb(255, 0, 0), 10px dotted rgb(0, 0, 255))']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value 'repeat(4, 5px solid rgb(255, 0, 255)), repeat(3, 5px solid rgb(0, 0, 255), 10px dotted rgb(0, 128, 128))']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value 'repeat(auto, 5px solid rgb(255, 0, 255)), 13px dotted rgb(0, 0, 128), 10px dotted rgb(0, 128, 128), 15px double rgb(0, 0, 128)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value '5px solid rgb(255, 0, 255), repeat(auto, 5px solid rgb(255, 0, 255)), 10px dotted rgb(0, 128, 128)']
|
||||
expected: FAIL
|
||||
|
||||
[Property column-rule value '10px dotted rgb(0, 128, 128), repeat(4, 20px hidden rgb(0, 128, 128), 30px ridge rgb(255, 0, 255)), repeat(auto, 5px solid rgb(255, 0, 255))']
|
||||
expected: FAIL
|
192
tests/wpt/meta/css/css-gaps/parsing/gap-decorations-rule-shorthand.html.ini
vendored
Normal file
192
tests/wpt/meta/css/css-gaps/parsing/gap-decorations-rule-shorthand.html.ini
vendored
Normal file
|
@ -0,0 +1,192 @@
|
|||
[gap-decorations-rule-shorthand.html]
|
||||
[e.style['column-rule'\] = "5px solid red" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "5px solid red" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "5px solid red" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "5px solid red" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "double" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "double" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "double" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "double" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "blue 10px" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "blue 10px" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "blue 10px" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "blue 10px" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 5px solid green)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 5px solid green)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 5px solid green)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 5px solid green)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 5px solid yellow, 10px dotted blue)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 5px solid yellow, 10px dotted blue)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 5px solid yellow, 10px dotted blue)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 5px solid yellow, 10px dotted blue)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, blue 6px, 5px solid red)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, blue 6px, 5px solid red)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, blue 6px, 5px solid red)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, blue 6px, 5px solid red)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(4, 15px dotted pink)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(4, 15px dotted pink)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(4, 15px dotted pink)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(4, 15px dotted pink)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(1, 15px ridge yellow, 10px dotted blue, 15px double green)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(1, 15px ridge yellow, 10px dotted blue, 15px double green)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(1, 15px ridge yellow, 10px dotted blue, 15px double green)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(1, 15px ridge yellow, 10px dotted blue, 15px double green)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(3, lime 16px, dashed purple, 10px dotted)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(3, lime 16px, dashed purple, 10px dotted)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(3, lime 16px, dashed purple, 10px dotted)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(3, lime 16px, dashed purple, 10px dotted)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "thin, dashed, hotpink" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "thin, dashed, hotpink" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "thin, dashed, hotpink" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "thin, dashed, hotpink" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "5px double salmon, repeat(4, 5px ridge red)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "5px double salmon, repeat(4, 5px ridge red)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "5px double salmon, repeat(4, 5px ridge red)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "5px double salmon, repeat(4, 5px ridge red)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(2, dashed gray, 10px blue dotted, 20px double), 5px solid red, repeat(4, blue 6px, 5px solid white)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(2, dashed gray, 10px blue dotted, 20px double), 5px solid red, repeat(4, blue 6px, 5px solid white)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(2, dashed gray, 10px blue dotted, 20px double), 5px solid red, repeat(4, blue 6px, 5px solid white)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(2, dashed gray, 10px blue dotted, 20px double), 5px solid red, repeat(4, blue 6px, 5px solid white)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(4, thick hidden skyblue), repeat(3, 5px solid red, 10px dotted)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(4, thick hidden skyblue), repeat(3, 5px solid red, 10px dotted)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(4, thick hidden skyblue), repeat(3, 5px solid red, 10px dotted)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(4, thick hidden skyblue), repeat(3, 5px solid red, 10px dotted)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 10px solid red), medium dotted green, repeat(3, thick dashed blue, 15px double green)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 10px solid red), medium dotted green, repeat(3, thick dashed blue, 15px double green)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 10px solid red), medium dotted green, repeat(3, thick dashed blue, 15px double green)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "repeat(auto, 10px solid red), medium dotted green, repeat(3, thick dashed blue, 15px double green)" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "ridge red, repeat(auto, 5px solid green), 10px dotted blue" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "ridge red, repeat(auto, 5px solid green), 10px dotted blue" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "ridge red, repeat(auto, 5px solid green), 10px dotted blue" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "ridge red, repeat(auto, 5px solid green), 10px dotted blue" should not set unrelated longhands]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "10px dotted salmon, repeat(4, thin blue, hidden 5px purple), repeat(auto, 5px solid red, teal)" should set column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "10px dotted salmon, repeat(4, thin blue, hidden 5px purple), repeat(auto, 5px solid red, teal)" should set column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "10px dotted salmon, repeat(4, thin blue, hidden 5px purple), repeat(auto, 5px solid red, teal)" should set column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule'\] = "10px dotted salmon, repeat(4, thin blue, hidden 5px purple), repeat(auto, 5px solid red, teal)" should not set unrelated longhands]
|
||||
expected: FAIL
|
|
@ -1,189 +0,0 @@
|
|||
[gap-decorations-properties.html]
|
||||
[gap-rule-paint-order]
|
||||
expected: FAIL
|
||||
|
||||
[gap-rule-paint-order.row-over-column]
|
||||
expected: FAIL
|
||||
|
||||
[gap-rule-paint-order.column-over-row]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-break]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-break.none]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-break.spanning-item]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-break.intersection]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-color.red]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-color.blue]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-color.repeat(4, blue red green) repeat(auto, red)]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-color.blue red]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-outset]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-outset.10px]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-outset.50%]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.none]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.hidden]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.dotted]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.dashed]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.solid]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.double]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.groove]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.ridge]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.inset]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.outset]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.dotted dashed]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-style.repeat(3, dotted)]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-width.10px]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-width.thin]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-width.medium]
|
||||
expected: FAIL
|
||||
|
||||
[column-rule-width.thick]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-break]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-break.none]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-break.spanning-item]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-break.intersection]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-color]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-color.red]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-color.blue]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-color.repeat(4, blue red green) repeat(auto, red)]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-color.blue red]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-outset]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-outset.10px]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-outset.50%]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.none]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.hidden]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.dotted]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.dashed]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.solid]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.double]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.groove]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.ridge]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.inset]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.outset]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.dotted dashed]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-style.repeat(3, dotted)]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-width]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-width.10px]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-width.thin]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-width.medium]
|
||||
expected: FAIL
|
||||
|
||||
[row-rule-width.thick]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue