Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
empty-inline-box-stretches-container-expected.html
blob: 301e4981f3b9431a1324442bb70107ac92277015 [
file
] [
edit
]
<style>
.
container
{
background-color
:
green
;
}
.
margin
{
width
:
50px
;
height
:
50px
;
background-color
:
blue
;
}
</style>
<div
class
=
container
>
<div
class
=
margin
></div>
</div>