gecko-dev/layout/reftests/bugs/1645549-2-ref.html

15 строки
186 B
HTML

<!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>