Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-values/inherit-function-parsing.txt
Callum Law 915fc4602b LibWeb: Implement CSS inherit() function
The remaining failing imported tests are due to wider issues which are
covered by FIXMEs (both existing and added in this commit)
2026-03-19 10:25:37 +01:00

14 lines
629 B
Plaintext

Harness status: OK
Found 8 tests
6 Pass
2 Fail
Pass e.style['left'] = "inherit(--x)" should set the property value
Pass e.style['left'] = "calc(inherit(--x) + 1px)" should set the property value
Pass e.style['left'] = "inherit(--x,)" should set the property value
Pass e.style['left'] = "inherit(--x, )" should set the property value
Pass e.style['left'] = "inherit(--x , )" should set the property value
Pass e.style['left'] = "inherit(--x, foo)" should set the property value
Fail e.style['left'] = "inherit(!!, foo)" should not set the property value
Fail e.style['left'] = "inherit(, foo)" should not set the property value