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