mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 19:47:17 +02:00
The remaining failing imported tests are due to wider issues which are covered by FIXMEs (both existing and added in this commit)
14 lines
629 B
Plaintext
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 |