mirror of
https://github.com/servo/servo.git
synced 2025-08-10 16:05:43 +01:00
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:
parent
6955950948
commit
dca33f681a
473 changed files with 18149 additions and 16249 deletions
45
tests/wpt/meta/css/css-gaps/tentative/parsing/gap-decorations-width-valid.html.ini
vendored
Normal file
45
tests/wpt/meta/css/css-gaps/tentative/parsing/gap-decorations-width-valid.html.ini
vendored
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue