Sign in
webkit
/
WebKit
/
ff4cb3c2323f3937e96e08f4f6fbe6c7755f9da5
/
.
/
LayoutTests
/
fast
/
css
/
position-negative-top-margin.html
blob: f229046bf14fb9ff610ad6f7bbe8a01ccebd7e8c [
file
] [
log
] [
blame
]
<div
style
=
"
background-color
:
beige
;
height
:
30
"
></div>
<div
style
=
"
position
:
absolute
;
margin-top
:
-
24
"
>
This text should appear inside the beige bar, due the the element's negative margin-top.
</div>