Sync WPT with upstream (20-04-2025) (#36618)

Automated downstream sync of changes from upstream as of 20-04-2025
[no-wpt-sync]

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-04-20 03:47:50 +02:00 committed by GitHub
parent d05496277e
commit c915bf05fc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
502 changed files with 10162 additions and 1657 deletions

View file

@ -0,0 +1,2 @@
[flex-gap-decorations-012.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex-gap-decorations-016.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[flex-gap-decorations-019.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-022.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-023.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-024.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-025.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-026.html]
expected: FAIL

View file

@ -0,0 +1,2 @@
[grid-gap-decorations-027.html]
expected: FAIL

View file

@ -0,0 +1,3 @@
[grid-gap-decorations-028.html]
[`column-rule-color` should be rgb(0, 255, 0)]
expected: FAIL

View file

@ -0,0 +1,6 @@
[gap-decorations-bidirectional-shorthands.html]
[rule-color shorthand computed from longhand values]
expected: FAIL
[rule-width shorthand computed from longhand values]
expected: FAIL

View file

@ -64,3 +64,36 @@
[Property row-rule-color value 'rgb(from yellow calc(255 - r) calc(255 - g) calc(255 - b))']
expected: FAIL
[Property rule-color value 'currentcolor']
expected: FAIL
[Property rule-color value 'red']
expected: FAIL
[Property rule-color value 'repeat(4, yellow)']
expected: FAIL
[Property rule-color value 'red green blue']
expected: FAIL
[Property rule-color value 'repeat(7, lime) repeat(3, red)']
expected: FAIL
[Property rule-color value 'repeat(auto, red)']
expected: FAIL
[Property rule-color value 'repeat(calc(5 + 3), salmon)']
expected: FAIL
[Property rule-color value 'color-mix(in srgb, red 50%, blue 50%)']
expected: FAIL
[Property rule-color value 'color-mix(in srgb, lime 25%, yellow 75%)']
expected: FAIL
[Property rule-color value 'repeat(auto, rgb(from lime r g b))']
expected: FAIL
[Property rule-color value 'rgb(from yellow calc(255 - r) calc(255 - g) calc(255 - b))']
expected: FAIL

View file

@ -88,3 +88,48 @@
[e.style['row-rule-color'\] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(4, blue)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(3, red green blue)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(1, red green blue yellow)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "red" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(4, cyan)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "green blue" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "red blue green yellow pink" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(3, blue) repeat(4, red)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "red repeat(3, blue) blue repeat(4, red green cyan)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(4, red green cyan) repeat(5, yellow) blue" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(auto, red)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(auto, red green blue)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(auto, red green) red" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "repeat(4, blue red green) repeat(auto, red)" should set the property value]
expected: FAIL
[e.style['rule-color'\] = "blue repeat(auto, red green) repeat(4, blue red green)" should set the property value]
expected: FAIL

View file

@ -46,3 +46,27 @@
[Property row-rule-width value 'repeat(auto, min(5px, 10px)) repeat(5, 10px) calc(10px + 0.5em)']
expected: FAIL
[Property rule-width value 'calc(10px + 0.5em)']
expected: FAIL
[Property rule-width value 'calc(10px - 0.5em)']
expected: FAIL
[Property rule-width value '2px 4px 6px']
expected: FAIL
[Property rule-width value 'repeat(4, 2px)']
expected: FAIL
[Property rule-width value 'repeat(auto, 10px)']
expected: FAIL
[Property rule-width value 'repeat(calc(5 + 3), 10px)']
expected: FAIL
[Property rule-width value 'repeat(5, 10px calc(10px + 0.5em))']
expected: FAIL
[Property rule-width value 'repeat(auto, min(5px, 10px)) repeat(5, 10px) calc(10px + 0.5em)']
expected: FAIL

View file

@ -88,3 +88,48 @@
[e.style['row-rule-width'\] = "10px repeat(auto, 20px 30px) repeat(4, thin 50px 60px)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(4, thin)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(3, thin medium thick)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(1, 10px thin medium thick)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "10px" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(4, medium)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "10px 15px" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "10px 15px 20px 25px 30px" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(3, 10px) repeat(4, 15px)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "10px repeat(3, 20px) 30px repeat(4, thin medium thick)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(4, 10px 20px 30px) repeat(5, 40px) 50px" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(auto, thin)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(auto, 10px 20px 30px)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(auto, 10px 20px) 30px" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "repeat(4, 10px 20px 30px) repeat(auto, 40px)" should set the property value]
expected: FAIL
[e.style['rule-width'\] = "10px repeat(auto, 20px 30px) repeat(4, thin 50px 60px)" should set the property value]
expected: FAIL

View file

@ -0,0 +1,189 @@
[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