Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
8a2c8a97dfd3af0fdb68d49fc58e1163aca8085a
/
.
/
LayoutTests
/
fast
/
inline
/
replaced-element-with-percent-max-width-in-flexing-container-expected.html
blob: a8b6bd17ff4676de5865c0aa423cb93a3de15512 [
file
]
<style>
.
container
{
font-family
:
Monospace
;
}
img
{
width
:
50px
;
height
:
50px
;
background-color
:
green
;
}
</style>
<div
class
=
container
>
PASS if green box shows up on this line (and not below)
<img></div>