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