inherit-function-parsing.html.ini (582B)
1 [inherit-function-parsing.html] 2 [e.style['left'\] = "inherit(--x)" should set the property value] 3 expected: FAIL 4 5 [e.style['left'\] = "calc(inherit(--x) + 1px)" should set the property value] 6 expected: FAIL 7 8 [e.style['left'\] = "inherit(--x,)" should set the property value] 9 expected: FAIL 10 11 [e.style['left'\] = "inherit(--x, )" should set the property value] 12 expected: FAIL 13 14 [e.style['left'\] = "inherit(--x , )" should set the property value] 15 expected: FAIL 16 17 [e.style['left'\] = "inherit(--x, foo)" should set the property value] 18 expected: FAIL