Sign in
webkit
/
WebKit
/
5bd663b95d2fa0048c9b51d7e90d3c09992ceb28
/
.
/
LayoutTests
/
fast
/
block
/
positioning
/
052.html
blob: d14855f4741dca193c94d325aa3621ed90a1a5f3 [
file
] [
log
] [
blame
]
<html>
<body>
<div>
<span
style
=
"
position
:
relative
;
left
:
100px
"
>
Hello
<div
style
=
"
position
:
absolute
;
left
:
50px
;
top
:
50px
;
background-color
:
green
;
color
:
white
"
>
Hello
</div>
</span>
</div>
</body>
</html>