blob: 8435eb453a98e1917ad6a7545f8223c23109c44b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>This test that we wrap flex content properly with min-width is set.</title>
<style>
div {
width: 500px;
height: 200px;
background: green;
}
</style>
</head>
<body>
<div></div>
</body>
</html>