Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://www.mozilla.org/">
<link rel="stylesheet" href="/fonts/ahem.css">
<link rel="match" href="float-009-ref.html">
<style>
.multicol {
column-count: 2;
column-gap: 0;
width: 200px;
font: 50px/1 Ahem;
}
</style>
<div class="multicol">
<div>A<div style="float:left">X</div></div>
<div>B<div style="float:left">X</div></div>
<div>C<div style="float:left">X</div></div>
</div>