Sign in
webkit
/
WebKit
/
5969b6f1f74632b1546edb27bd956b187c2c3d52
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
abs-pos-with-border-padding-and-float-child.html
blob: 83e2992b8a04cc8a24286822b366659ab00966f9 [
file
] [
log
] [
blame
]
<style>
.
container
{
position
:
absolute
;
padding-top
:
300px
;
border-top
:
100px
solid red
;
}
.
float
{
float
:
left
;
width
:
200px
;
height
:
200px
;
background
:
green
;
}
</style>
<div
class
=
container
>
<div
class
=
float
></div>
</div>