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 basic support of 'break-before: column'." />
<style type="text/css"><![CDATA[
div#test, div#reference
{
background-color: yellow;
margin-bottom: 0.5em;
font: 1.25em/1 Ahem;
height: 3em;
width: 10em;
}
div#test
{
column-fill: auto;
column-gap: 0;
column-width: 2em;
/*
N == 5;
W == 2em;
*/
}
div#test > div {break-before: column;}
img {vertical-align: top;}
]]></style>
</head>
<body>
<p>Test passes if the 2 horizontal bars are <strong>identical</strong>.</p>
<div id="test">
<div>A</div>
<div>B</div>
<div>C</div>
</div>
<div id="reference"><img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /> <img src="support/black20x20.png" alt="Image download support must be enabled" /></div>