Source code

Revision control

Copy as Markdown

Other Tools

[margin-collapse-through-for-various-height-values.tentative.html]
[{"height":"1%","parentHeight":"auto"}]
expected: FAIL
[{"height":"1%","parentHeight":"0px"}]
expected: FAIL
[{"height":"calc(0px + 1%)","parentHeight":"auto"}]
expected: FAIL
[{"height":"calc(0px + 1%)","parentHeight":"0px"}]
expected: FAIL
[{"height":"calc(1px + 0%)","parentHeight":"auto"}]
expected: FAIL
[{"height":"calc(1px + 1%)","parentHeight":"auto"}]
expected: FAIL
[{"minHeight":"1%","parentHeight":"auto"}]
expected: FAIL
[{"minHeight":"1%","parentHeight":"0px"}]
expected: FAIL
[{"minHeight":"calc(0px + 1%)","parentHeight":"auto"}]
expected: FAIL
[{"minHeight":"calc(0px + 1%)","parentHeight":"0px"}]
expected: FAIL
[{"minHeight":"calc(1px + 0%)","parentHeight":"auto"}]
expected: FAIL
[{"minHeight":"calc(1px + 1%)","parentHeight":"auto"}]
expected: FAIL
[{"height":"1px","maxHeight":"0px"}]
expected: FAIL
[{"height":"1px","maxHeight":"0%","parentHeight":"0px"}]
expected: FAIL
[{"height":"1px","maxHeight":"0%","parentHeight":"100px"}]
expected: FAIL
[{"height":"1px","maxHeight":"1%","parentHeight":"0px"}]
expected: FAIL
[{"height":"1px","maxHeight":"calc(0px + 0%)","parentHeight":"0px"}]
expected: FAIL
[{"height":"1px","maxHeight":"calc(0px + 0%)","parentHeight":"100px"}]
expected: FAIL
[{"height":"1px","maxHeight":"calc(0px + 1%)","parentHeight":"0px"}]
expected: FAIL