mirror of
https://github.com/servo/servo.git
synced 2025-08-14 01:45:33 +01:00
Update web-platform-tests to revision b'fc557e215e11221c91de4f283539725ef2f35928' (#35741)
Signed-off-by: WPT Sync Bot <ghbot+wpt-sync@servo.org>
This commit is contained in:
parent
e7e8ccea20
commit
5ba9cfe809
2322 changed files with 43591 additions and 31593 deletions
57
tests/wpt/meta/css/css-mixins/dashed-function-parsing.html.ini
vendored
Normal file
57
tests/wpt/meta/css/css-mixins/dashed-function-parsing.html.ini
vendored
Normal file
|
@ -0,0 +1,57 @@
|
|||
[dashed-function-parsing.html]
|
||||
[e.style['top'\] = "--func()" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(100px)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(#fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto, 100px, #fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto ,100px ,#fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto , 100px , #fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(auto,100px,#fff)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(\\"thing\\")" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func(--bar(), --baz(--fez()))" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({1}, 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({ 1}, 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({1 }, 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({ 1 }, 2)" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({1},{2})" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({1, 2, 3},{4})" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({,},{4})" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({{}},{4})" should set the property value]
|
||||
expected: FAIL
|
||||
|
||||
[e.style['top'\] = "--func({[\]},{4})" should set the property value]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue