Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
css
/
css-flexbox
/
flex-item-content-is-min-width-max-content-ref.html
blob: 090e9a79aa1bda10e61925bc46b8399694ef5256 [
file
] [
log
] [
blame
]
<link
rel
=
"stylesheet"
href
=
"/fonts/ahem.css"
>
<style>
div
{
font-family
:
Ahem
;
font-size
:
20px
;
background-color
:
green
;
width
:
max-content
;
color
:
transparent
;
}
</style>
<div>
X X X
</div>