Sign in
webkit
/
WebKit
/
a81e3d1d601d92232608365f4f60f6597688cf09
/
.
/
LayoutTests
/
fast
/
block
/
float
/
negative-margin-clear.html
blob: 94d67d1e05dab1ba421c1f80faf0d7c9248c0ad1 [
file
] [
log
] [
blame
]
<style>
#
inner
{
height
:
350px
;
margin-top
:
-
350px
;
clear
:
both
;
}
#
outer
{
border
:
4px
solid red
;
}
</style>
<div
id
=
"outer"
>
<div
id
=
"inner"
>
</div>
</div>