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