Sign in
webkit
/
WebKit
/
d158dceef24649669aba9fdeae8c00646ba7bdc2
/
.
/
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>