Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
empty-inline-box-position-with-block-and-margin-inside-inline-expected.html
blob: 8dd2b70a9c6da4654079e70e5e4d719a4a76ad48 [
file
] [
edit
]
<!DOCTYPE html>
<style>
div
{
width
:
50px
;
height
:
50px
;
background-color
:
green
;
}
</style>
<div
style
=
"
margin-bottom
:
100px
"
></div>
<div
style
=
"
height
:
20px
;
"
></div>
<div
style
=
"
margin-top
:
50px
"
></div>