Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
blocks-in-inline-layout-with-shrink-to-fit-width-expected.html
blob: f16fdbc24be2f164f6b7298d4c0ff9c75d6db3ea [
file
] [
edit
]
<style>
.
container
{
outline
:
1px
solid black
;
width
:
max-content
;
}
.
middle-block
{
background-color
:
blue
;
height
:
100px
;
}
</style>
<div
class
=
container
>
<span>
span start
<div
class
=
middle-block
></div>
span end
</span>
</div>