summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-multicol/multicol-zero-height-002-ref.html
blob: b5dd9c44b62a818eedd1c4e3c0d038d0d4c1dfaf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<meta charset="utf-8">
<title>CSS Multi-column Reference: Test an unbreakble block element in a zero height multi-column container</title>
<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>
.child {
  font: 100px/1 Ahem;
  color: green;
  inline-size: 100px;
  outline: 3px solid green;
}
</style>

<p>There shouldn't be a green strip in the second column.</p>
<div class="child">X</div>