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:
Servo WPT Sync 2025-03-02 13:18:38 +01:00 committed by GitHub
parent e7e8ccea20
commit 5ba9cfe809
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2322 changed files with 43591 additions and 31593 deletions

View 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