about summary refs log tree commit diff stats
path: root/test/layout/overflow-auto-in-nested-flex-with-shrink-to-fit.html
blob: 38256559029c41a6ea32e993e41e1faaadda5822 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<div style="display: flex">
<div style="display: flex; flex-direction:column; max-width: 100%">
<div style="overflow: auto">
<div>test</div>
</div>
</div>
</div>

test