Files
ladybird/Tests/LibWeb/Text/expected/wpt-import/css/css-variables/var-parsing.txt
Sam Atkins 59f2c8df7a Tests: Import some custom-property tests
To make it easier to track progress and regressions in subsequent
changes.
2025-07-09 16:44:20 +01:00

14 lines
608 B
Plaintext

Harness status: OK
Found 8 tests
3 Pass
5 Fail
Pass e.style['width'] = "var(--x)" should set the property value
Pass e.style['width'] = "var(--x,)" should set the property value
Pass e.style['width'] = "var(--x, )" should set the property value
Fail e.style['width'] = "var(--x ())" should not set the property value
Fail e.style['width'] = "var(--x () )" should not set the property value
Fail e.style['width'] = "var(--x() )" should not set the property value
Fail e.style['width'] = "var(--x (),)" should not set the property value
Fail e.style['width'] = "var(--x(),)" should not set the property value