mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-05-01 03:57:15 +02:00
13 lines
622 B
Plaintext
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 |