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