Update web-platform-tests to revision b'73d6bd0d61f0ad5341d0c2303a7638e3aa12a594' (#34029)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-10-27 02:31:51 +01:00 committed by GitHub
parent 53911f4e5a
commit 63b2f813af
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
659 changed files with 10990 additions and 2625 deletions

View file

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