wpt / css / css-multicol / crashtests / balance-break-inside-avoid-on-root.html

Status: PASS | Duration: 2ms | Subtests: 1/1 | Open test on wpt.live | wpt.fyi

/css/css-multicol/crashtests/balance-break-inside-avoid-on-root.html

<!DOCTYPE html>
<title>break-inside:avoid on the multicol container itself should not affect the columns in any way</title>
<link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org">
<link rel="help" href="https://issues.chromium.org/issues/512514755">
<div style="columns:2; break-inside:avoid;">
  a<br>b<br>c
</div>