You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
content="column-wrap container's min-content width is non-zero. Old algorithm agrees. I broke this case during development but no other tests failed." />
<style>
#reference-overlapped-red {
position: absolute;
background-color: red;
width: 100px;
height: 100px;
z-index: -1;
}
.item {
/* Remove min-height so we don't have to think about it. */
min-height: 0px;
width: 100px;
flex: 0 0 auto;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.