mirror of
https://github.com/servo/servo.git
synced 2025-09-09 14:38:21 +01:00
Sync WPT with upstream (27-04-2025) (#36708)
Automated downstream sync of changes from upstream as of 27-04-2025 [no-wpt-sync] Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
902d2ad8f4
commit
e22ce3988b
496 changed files with 12700 additions and 2652 deletions
2
tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-video-sibling.html.ini
vendored
Normal file
2
tests/wpt/meta/css/compositing/mix-blend-mode/mix-blend-mode-video-sibling.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[mix-blend-mode-video-sibling.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-align/abspos/align-self-static-position-001.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-align/abspos/align-self-static-position-001.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[align-self-static-position-001.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-align/abspos/align-self-static-position-002.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-align/abspos/align-self-static-position-002.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[align-self-static-position-002.html]
|
||||
expected: FAIL
|
6
tests/wpt/meta/css/css-animations/parsing/keyframe-selectors.html.ini
vendored
Normal file
6
tests/wpt/meta/css/css-animations/parsing/keyframe-selectors.html.ini
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
[keyframe-selectors.html]
|
||||
['entry 10%' should be a valid keyframe selector]
|
||||
expected: FAIL
|
||||
|
||||
['exit 60%' should be a valid keyframe selector]
|
||||
expected: FAIL
|
|
@ -532,6 +532,3 @@
|
|||
|
||||
[e.style['color'\] = "rgb(from color(srgb 0.4 0.2 0.6) r g b)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['color'\] = "oklch(from red calc(1 / l) c h)" should set the property value]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[rule-width shorthand computed from longhand values]
|
||||
expected: FAIL
|
||||
|
||||
[rule-style shorthand computed from longhand values]
|
||||
expected: FAIL
|
|
@ -124,3 +124,66 @@
|
|||
|
||||
[Property row-rule-style value 'ridge repeat(auto, solid) ridge']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'none']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'hidden']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'dotted']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'dashed']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'solid']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'double']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'groove']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'ridge']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'inset']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'dotted dashed solid']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'repeat(10, double)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'repeat(3, groove) repeat(4, ridge)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'repeat(auto, solid)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'repeat(auto, dotted solid inset)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'repeat(4, none ridge solid) repeat(auto, hidden)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'inset repeat(auto, solid ridge) repeat(4, none groove hidden)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'repeat(calc(5 + 3), ridge)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) ridge']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'ridge repeat(auto, solid)']
|
||||
expected: FAIL
|
||||
|
||||
[Property rule-style value 'ridge repeat(auto, solid) ridge']
|
||||
expected: FAIL
|
135
tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-valid.html.ini
vendored
Normal file
135
tests/wpt/meta/css/css-gaps/parsing/gap-decorations-style-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,135 @@
|
|||
[gap-decorations-style-valid.html]
|
||||
[e.style['column-rule-style'\] = "repeat(4, dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(3, dashed double dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "dashed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(4, double)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "dotted ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "dotted dashed solid groove ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(3, groove) repeat(4, ridge)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(auto, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(auto, dotted solid inset)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(auto, dashed groove) ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(4, dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(3, dashed double dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "dashed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(4, double)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "dotted ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "dotted dashed solid groove ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(3, groove) repeat(4, ridge)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(auto, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(auto, dotted solid inset)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(auto, dashed groove) ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(4, dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(3, dashed double dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "dashed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(4, double)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "dotted ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "dotted dashed solid groove ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(3, groove) repeat(4, ridge)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(auto, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(auto, dotted solid inset)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(auto, dashed groove) ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['rule-style'\] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,90 +0,0 @@
|
|||
[gap-decorations-style-valid.html]
|
||||
[e.style['column-rule-style'\] = "repeat(4, dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(3, dashed double dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "dashed" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(4, double)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "dotted ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "dotted dashed solid groove ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(3, groove) repeat(4, ridge)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "inset repeat(3, ridge) none repeat(4, groove hidden dashed)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(4, none ridge solid) repeat(5, hidden) double" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(auto, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(auto, dotted solid inset)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(auto, dashed groove) ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-style'\] = "inset repeat(auto, solid ridge) repeat(4, none groove hidden)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(5, dashed)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(4, dashed dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(1, dashed double dotted solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(5, solid)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "dotted" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "dotted dashed ridge" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(4, solid) repeat(5, double) repeat(6, dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "ridge repeat(4, solid) double repeat(6, dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(4, none ridge solid) solid repeat(5, hidden) double" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(auto, dotted)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(auto, dashed solid inset double)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(auto, dashed groove) repeat(4, solid) double" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "repeat(4, dotted double dashed) repeat(auto, solid) repeat(4, none groove hidden)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['row-rule-style'\] = "dotted repeat(auto, solid ridge) solid" should set the property value]
|
||||
expected: FAIL
|
|
@ -1,3 +0,0 @@
|
|||
[grid-content-alignment-with-abspos-001.html]
|
||||
[.grid 1]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-grid/subgrid/line-names-014.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-grid/subgrid/line-names-014.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[line-names-014.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/line-clamp/block-ellipsis-022.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-overflow/line-clamp/block-ellipsis-022.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[block-ellipsis-022.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-auto-010.tentative.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-overflow/line-clamp/line-clamp-auto-010.tentative.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[line-clamp-auto-010.tentative.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-overflow/line-clamp/webkit-line-clamp-037.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-overflow/line-clamp/webkit-line-clamp-037.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[webkit-line-clamp-037.html]
|
||||
expected: FAIL
|
2
tests/wpt/meta/css/css-sizing/dynamic-available-size-iframe.html.ini
vendored
Normal file
2
tests/wpt/meta/css/css-sizing/dynamic-available-size-iframe.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[dynamic-available-size-iframe.html]
|
||||
expected: FAIL
|
|
@ -52,3 +52,6 @@
|
|||
|
||||
[value at progress 0.75 in animation of "width" from "calc-size(80px, size)" to "calc-size(calc-size(10px, (2 * size)), size + 20px)"]
|
||||
expected: FAIL
|
||||
|
||||
[value at progress 0.75 in animation of "width" from "calc-size(fit-content, 20px)" to "calc-size(calc-size(fit-content, 3 * size + 10px), min(size + 20px, 2 * size - 30px) + ((2 * size) + 80px))"]
|
||||
expected: FAIL
|
||||
|
|
|
@ -4,3 +4,6 @@
|
|||
|
||||
[calc(e - exp(sibling-index())) should be used-value-equivalent to 0]
|
||||
expected: FAIL
|
||||
|
||||
[calc(log(exp(2 * sibling-index()))) should be used-value-equivalent to 2]
|
||||
expected: FAIL
|
||||
|
|
2
tests/wpt/meta/css/selectors/popover-open-with-has-sibling-selector.html.ini
vendored
Normal file
2
tests/wpt/meta/css/selectors/popover-open-with-has-sibling-selector.html.ini
vendored
Normal file
|
@ -0,0 +1,2 @@
|
|||
[popover-open-with-has-sibling-selector.html]
|
||||
expected: TIMEOUT
|
Loading…
Add table
Add a link
Reference in a new issue