Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /css/css-break/float-009.html - WPT Dashboard Interop Dashboard
<!DOCTYPE html>
<meta charset="utf-8">
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<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>