calc-sibling-function-parsing.html.ini (638B)
1 [calc-sibling-function-parsing.html] 2 [e.style['left'\] = "calc(1px * sibling-index())" should set the property value] 3 expected: FAIL 4 5 [e.style['left'\] = "calc(1px * sibling-index( ))" should set the property value] 6 expected: FAIL 7 8 [e.style['z-index'\] = "sibling-index()" should set the property value] 9 expected: FAIL 10 11 [e.style['left'\] = "calc(1px * sibling-count())" should set the property value] 12 expected: FAIL 13 14 [e.style['left'\] = "calc(1px * sibling-count( ))" should set the property value] 15 expected: FAIL 16 17 [e.style['z-index'\] = "sibling-count()" should set the property value] 18 expected: FAIL