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