Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-values/inherit-function-parsing.txt
2026-03-30 19:57:36 +01:00

13 lines
622 B
Plaintext

Harness status: OK
Found 8 tests
8 Pass
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
Pass e.style['left'] = "inherit(!!, foo)" should not set the property value
Pass e.style['left'] = "inherit(, foo)" should not set the property value