blob: bdd7c10b9c6ac9b8b3c305a79a465cb911b625b0 [file] [log] [blame]
<!DOCTYPE html>
<title>Intrinsic width calculation</title>
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div style="float:left; background: green;">
<div style="column-count: 2; column-gap: 0;">
<div style="width: 50px; height: 100px;"></div>
<div style="width: 50px; height: 100px;"></div>
</div>
</div>