summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/1645549-2.html
blob: e66e9240cdf8ada10e8bb3021cb23a85620f5e08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<style>
#flex {
  display: flex;
  flex-flow: column;
}
main {
  column-width: 100px;
}
</style>

<!-- "after" is wrapped in an anonymous flex item. -->
<main>
  <div id="flex"><div>before</div>after</div>
</main>