Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
inline
/
mispositioned-block-level-out-of-flow-boxes-with-inline-sibling-expected.html
blob: f0bff8c34600d1d462a6210710783dc1fb82b365 [
file
] [
edit
]
<style>
body
{
margin
:
0px
;
}
.
abs_pos
{
position
:
absolute
;
width
:
40px
;
height
:
40px
;
background-color
:
green
;
}
</style>
<div
class
=
abs_pos
></div>
<div
class
=
abs_pos
style
=
"
top
:
50px
"
></div>