Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
blocks-in-inline-layout-with-margin-after-expected.html
blob: c279f2101bcc7bf8f02cebf12257b32af0e88595 [
file
] [
edit
]
<style>
.
container
{
background-color
:
green
;
}
.
middle-block
{
margin-bottom
:
100px
;
}
</style>
<div
class
=
container
>
<span>
span start
<div
class
=
middle-block
>
block content with margin bottom
</div>
</span>
</div>