mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 09:45:06 +02:00
14 lines
608 B
Plaintext
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 |