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
<metaname="assert" content="An item's inline margins are subtracted from available space when laying out to determine flex-basis in a column container." />
<style>
.inline-block {
display: inline-block;
width:40px;
height:50px;
}
#reference-overlapped-red {
position: absolute;
background-color: red;
width:100px;
height:100px;
z-index:-1;
}
</style>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>