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
<meta name="assert" content="Test that the nested multicol's column-gap is resolved against its content-box inline-size in the outer multicol's second column.">
<style>
.multicol {
column-count: 2;
column-fill: auto;
column-gap: 0;
}
#outer {
width: 100px;
height: 100px;
}
#nested {
width: 100%;
height: 200px;
/* column-gap should be resolved to 50px * 30% = 15px. */
column-gap: 30%;
}
#abscb {
position: relative;
width: 100%;
/* Use a height less than the outer column container's height 100px to trigger