-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Expand file tree
/
Copy pathmulticol-nested-031.html
More file actions
15 lines (14 loc) · 879 Bytes
/
multicol-nested-031.html
File metadata and controls
15 lines (14 loc) · 879 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Multi-column Layout Test: Test break-inside:avoid block in a nested multi-column shouldn't causean infinite loop</title>
<link rel="author" title="Ting-Yu Lin" href="mailto:tlin@mozilla.com">
<link rel="author" title="Mozilla" href="https://un5gmtkzgj4bq3uede8f6wr.julianrbryant.com/">
<link rel="help" href="https://un5n798jx6qx6j0rmf2verhh.julianrbryant.com/css-multicol-1/#the-multi-column-model">
<link rel="help" href="https://un5n798jx6qx6j0rmf2verhh.julianrbryant.com/css-break-3/#break-within">
<link rel="match" href="../reference/ref-filled-green-100px-square.xht">
<p>Test passes if there is a filled green square and <strong>no red</strong>.</p>
<div id="outer" style="columns: 2; column-gap: 0; column-fill: auto; width: 100px; height: 100px;">
<div id="inner" style="columns: 2; column-gap: 0;">
<div style="height: 400px; break-inside: avoid; background: green"></div>
</div>
</div>