Sign in
chromium
/
external
/
github.com
/
WebKit
/
webkit
/
refs/heads/apple-security
/
.
/
LayoutTests
/
fast
/
block
/
float
/
avoid-floats-with-negative-margins-expected.html
blob: 45d6e675124ea9d2ccfb7d8246f3231cb1467d77 [
file
] [
edit
]
<!DOCTYPE html>
<body>
<style>
body
{
margin
:
0px
;
}
#
container
{
width
:
200px
;
height
:
100px
;
background-color
:
green
;
}
</style>
<p>
There should be no red.
</p>
<div
id
=
"container"
>
</div>
</body>