Sign in
webkit
/
WebKit
/
497221ef6a94f0603c1e8c4207094fc50e8ccf2a
/
.
/
LayoutTests
/
fast
/
block
/
block-only
/
abs-pos-with-border-padding-and-float-child-expected.html
blob: 37a53f7977dd5af3f596d6991cff4de5d8aaefb3 [
file
] [
log
] [
blame
]
<style>
.
container
{
width
:
200px
;
height
:
100px
;
background-color
:
red
;
margin-bottom
:
300px
;
}
.
float
{
float
:
left
;
width
:
200px
;
height
:
200px
;
background
:
green
;
}
</style>
<div
class
=
container
></div>
<div
class
=
float
></div>