Sign in
webkit
/
WebKit
/
2ab9dfaee5c791e0d7b2c0893a55ced8677e2e2a
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
absolute-position-with-margin-auto-simple-expected.html
blob: bea034a0e7e7f427d238eb1be6153add1a5b6d1d [
file
] [
log
] [
blame
]
<style>
div
{
background-color
:
green
;
width
:
100px
;
height
:
100px
;
}
</style>
<div
style
=
"
position
:
relative
;
top
:
10px
;
"
></div>
<div
style
=
"
position
:
relative
;
top
:
290px
;
"
></div>