blob: 0331156868e9f6bc56004009bf2b658163adcd89 [file] [log] [blame]
<!DOCTYPE HTML>
<title> Ensure block size is same as height of inner div </title>
<link rel="help" href="https://github.com/w3c/csswg-drafts/issues/3973">
<link rel="match" href="div-block-size-ref.html">
<style>
#outer {
inset: 0;
background-color: black;
position: absolute;
block-size: -moz-fit-content;
block-size: fit-content;
inline-size: 100px;
border: 5px solid red;
}
</style>
<div id="outer"><div style="block-size: 200px"></div></div>