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="This test checks that content is balanced into all columns of a multi-column element with a set height thanks to 'column-fill: balance'." />
<style type="text/css"><![CDATA[
div#test, table#reference
{
background-color: yellow;
color: lime;
font: 1.25em/1 Ahem;
height: 5em;
margin: 1em 0em;
width: 20em;
}
div#test
{
columns: 2;
column-fill: balance;
column-gap: 0em;
/*
N == 2;
W == 10em;
*/
}
table
{
border-spacing: 0em;
table-layout: fixed;
}
td
{
padding: 0em;
vertical-align: top;
}
]]></style>
</head>
<body>
<p>Test passes if the 2 rectangles are <strong>identical</strong>.</p>