Update web-platform-tests to revision b'6cf69a4f431581e9438681abc776029308ee8a8c' (#34265)

Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
Servo WPT Sync 2024-11-17 02:49:15 +01:00 committed by GitHub
parent 6955950948
commit dca33f681a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
473 changed files with 18149 additions and 16249 deletions

View file

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