mirror of
https://github.com/servo/servo.git
synced 2025-08-17 03:15:34 +01:00
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:
parent
d0a306729d
commit
66583ce3c9
762 changed files with 25364 additions and 9859 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue