Sign in
webkit
/
WebKit
/
056b51f47ed8b40e0fb23828d758b68607aa548a
/
.
/
LayoutTests
/
fast
/
block
/
positioning
/
negative-rel-position.html
blob: 94b71e2e3e790a243b52da5b6a336dcdf1ec1da9 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<style>
div
{
background-color
:
lime
;
display
:
block
;
padding
:
10px
;
position
:
relative
;
left
:
-
430px
;
width
:
860px
;
height
:
100px
;
margin-left
:
50%
;
}
</style>
</head>
<body>
<div></div>
</body>
</html>