Status: PASS | Duration: 7ms | Subtests: 1/1 | Open test on wpt.live | Open ref on wpt.live | wpt.fyi
<!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="help" href="https://drafts.csswg.org/css-break/#possible-breaks"> <link rel="help" href="https://bugzilla.mozilla.org/show_bug.cgi?id=1441048"> <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>
/css/css-break/float-009-ref.html
<!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"> <style> .multicol { column-count: 2; column-gap: 0; width: 200px; font: 50px/1 Ahem; } </style> <div class="multicol"> <div>AX</div> <div>BX</div> <div>CX</div> </div>