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

<main>
  <div id="flex"><div>before</div><div>after</div></div>
</main>