calc-size-height-box-sizing.html.ini (1284B)
1 [calc-size-height-box-sizing.html] 2 [resolved height with styles {"height":"calc-size(auto, size * 2)"}] 3 expected: FAIL 4 5 [resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"content-box"}] 6 expected: FAIL 7 8 [resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"border-box"}] 9 expected: FAIL 10 11 [resolved height with styles {"height":"calc-size(min-content, size * 2)"}] 12 expected: FAIL 13 14 [resolved height with styles {"height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}] 15 expected: FAIL 16 17 [resolved height with styles {"min-height":"calc-size(min-content, size * 2)"}] 18 expected: FAIL 19 20 [resolved height with styles {"min-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}] 21 expected: FAIL 22 23 [resolved height with styles {"height":"200px","max-height":"calc-size(min-content, size * 2)"}] 24 expected: FAIL 25 26 [resolved height with styles {"height":"200px","max-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}] 27 expected: FAIL 28 29 [resolved height with styles {"height":"calc-size(11px, size * 2)"}] 30 expected: FAIL 31 32 [resolved height with styles {"height":"calc-size(11px, size * 2)","box-sizing":"border-box"}] 33 expected: FAIL