blob: 35a64aa61f27365339fa9b99e7b2c07a009b17fc (
plain)
1
2
3
4
5
6
|
<!DOCTYPE html>
<link rel="help" href="https://drafts.csswg.org/css-flexbox-1/#flex-containers">
<meta name="assert" content="This test passes if the renderer does not crash."/>
<div style="display: flex;">
<div style="max-width: 0px; overflow: scroll;"></div>
</div>
|