Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/main
/
.
/
LayoutTests
/
fast
/
inline
/
line-break-position-with-block-and-margin-inside-inline-expected.html
blob: 47b417e701c32dfcc6b6453777b2b07ff5f2e94b [
file
] [
edit
]
<!DOCTYPE html>
<style>
body
{
font-size
:
20px
;
font-family
:
Ahem
;
}
div
{
width
:
50px
;
height
:
50px
;
background-color
:
green
;
}
</style>
<div
style
=
"
margin-bottom
:
100px
"
></div>
<br>
<div
style
=
"
margin-top
:
50px
"
></div>
<pre>
offsetTop: 158
</pre>