Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-flexbox
/
min-size-auto-overflow-clip-ref.html
blob: 2503af6df34f3e3be6a8c6d880d67e2fe6fb9615 [
file
] [
log
] [
blame
]
<!doctype html>
<meta
charset
=
"utf-8"
>
<style>
.
flex
{
display
:
flex
;
width
:
100px
;
border
:
1px
solid
;
}
</style>
<div
class
=
"flex"
>
<div>
<div
style
=
"
background
:
green
;
width
:
150px
;
height
:
50px
;
"
></div>
</div>
</div>