tizen beta release
[framework/web/webkit-efl.git] / LayoutTests / fast / css / position-negative-top-margin.html
1 <div style="background-color: beige; height: 30"></div>
2 <div style="position: absolute; margin-top: -24">This text should appear inside the beige bar, due the the element's negative margin-top.</div>