repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge Chromium + Blink git repositories
[chromium-blink-merge.git]
/
third_party
/
WebKit
/
LayoutTests
/
fast
/
css
/
position-negative-top-margin.html
blob
f229046bf14fb9ff610ad6f7bbe8a01ccebd7e8c
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>