calc-complex-unresolved-serialize.html.ini (1090B)
1 [calc-complex-unresolved-serialize.html] 2 ['calc(pow(2, sign(1em - 18px)))' as a computed value should serialize as '2'.] 3 expected: FAIL 4 5 ['calc(pow(sign(1em - 18px), 2))' as a computed value should serialize as '1'.] 6 expected: FAIL 7 8 ['calc(pow(sign(1em - 18px), sign(1em - 18px)))' as a computed value should serialize as '1'.] 9 expected: FAIL 10 11 ['calc(pow(2, sibling-index())' as a specified value should serialize as 'calc(pow(2, sibling-index()))'.] 12 expected: FAIL 13 14 ['calc(pow(2, sibling-index())' as a computed value should serialize as '2'.] 15 expected: FAIL 16 17 ['calc(pow(sibling-index(), 2)' as a specified value should serialize as 'calc(pow(sibling-index(), 2))'.] 18 expected: FAIL 19 20 ['calc(pow(sibling-index(), 2)' as a computed value should serialize as '1'.] 21 expected: FAIL 22 23 ['calc(pow(sibling-index(), sibling-index())' as a specified value should serialize as 'calc(pow(sibling-index(), sibling-index()))'.] 24 expected: FAIL 25 26 ['calc(pow(sibling-index(), sibling-index())' as a computed value should serialize as '1'.] 27 expected: FAIL