Source code

Revision control

Copy as Markdown

Other Tools

[calc-size-height-box-sizing.html]
[resolved height with styles {"height":"calc-size(auto, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"content-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(auto, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"min-height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"min-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"200px","max-height":"calc-size(min-content, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"200px","max-height":"calc-size(fit-content, size * 2)","box-sizing":"border-box"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(11px, size * 2)"}]
expected: FAIL
[resolved height with styles {"height":"calc-size(11px, size * 2)","box-sizing":"border-box"}]
expected: FAIL