summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/balance-break-avoidance-002.html
blob: 4506ef6add52ead40e8fd9cd1326e1e1dba6e813 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<link rel="help" href="https://www.w3.org/TR/css-multicol-1/#filling-columns">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#break-between">
<link rel="help" href="https://www.w3.org/TR/css-break-3/#break-within">
<link rel="match" href="../reference/ref-filled-green-100px-square-only.html">
<p>Test passes if there is a filled green square.</p>
<div style="width:100px; columns:2; column-gap:0; background:green;">
  <div style="height:25px;"></div>
  <div style="height:50px;"></div>
  <div style="height:25px; break-before:avoid;"></div>
  <div style="height:50px;"></div>
</div>