Sign in
webkit
/
WebKit
/
73e028760371777da574175716cbd20d5a3c1224
/
.
/
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>