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