Sign in
webkit
/
WebKit
/
a81e3d1d601d92232608365f4f60f6597688cf09
/
.
/
LayoutTests
/
fast
/
block
/
float
/
float-first-child-and-clear-sibling.html
blob: 79b3185068ed2c51d7dce70a3dc7f892c1605e72 [
file
] [
log
] [
blame
]
<div
style
=
"
overflow
:
hidden
;
"
>
<div
style
=
"
height
:
20px
;
width
:
50px
;
background-color
:
blue
;
float
:
left
;
"
></div>
<div
style
=
"
height
:
20px
;
width
:
50px
;
background-color
:
green
;
clear
:
left
;
"
></div>
</div>