Update web-platform-tests to revision b'c23b0ad587af296087067b48a2f2101233589a8f' (#35869)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2025-03-09 02:39:16 +01:00 committed by GitHub
parent d0a306729d
commit 66583ce3c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
762 changed files with 25364 additions and 9859 deletions

View file

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

View file

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