mirror of
https://github.com/servo/servo.git
synced 2025-08-12 08:55:32 +01:00
Sync WPT with upstream (06-10-2024) (#33668)
* Update web-platform-tests to revision b'9448ab31f11e671a8b069e3407b4f6279bea698e' Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> * Remove intermittent failure. Signed-off-by: Josh Matthews <josh@joshmatthews.net> --------- Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org> Signed-off-by: Josh Matthews <josh@joshmatthews.net> Co-authored-by: Josh Matthews <josh@joshmatthews.net>
This commit is contained in:
parent
ea84f7b135
commit
f8933a5735
592 changed files with 12560 additions and 4090 deletions
45
tests/wpt/meta/css/css-gaps/tentative/parsing/gap-decorations-color-valid.html.ini
vendored
Normal file
45
tests/wpt/meta/css/css-gaps/tentative/parsing/gap-decorations-color-valid.html.ini
vendored
Normal file
|
@ -0,0 +1,45 @@
|
|||
[gap-decorations-color-valid.html]
|
||||
[e.style['column-rule-color'\] = "repeat(4, blue)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(3, red green blue)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(1, red green blue yellow)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "red" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(4, cyan)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "green blue" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "red blue green yellow pink" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(3, blue) repeat(4, red)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "red repeat(3, blue) blue repeat(4, red green cyan)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(4, red green cyan) repeat(5, yellow) blue" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(auto, red)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(auto, red green blue)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(auto, red green) red" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-rule-color'\] = "repeat(4, blue red green) repeat(auto, red)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['column-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