Sign in
webkit
/
WebKit
/
67ef48bf3155a8b5a1fc5ba0a7b64489ec5a0874
/
.
/
LayoutTests
/
fast
/
flexbox
/
flex-wrap-when-min-widht-is-set-2-expected.html
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>