Sign in
webkit
/
WebKit
/
2b9314704109414223cf0e708fa0d8203754e674
/
.
/
LayoutTests
/
imported
/
blink
/
fast
/
shapes
/
shape-outside-floats
/
shape-outside-floats-negative-top-margin-expected.html
blob: 3d3483a3184d70f557567d73bc88ca4a132daf50 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<style>
.
container
{
width
:
150px
;
height
:
50px
;
background-color
:
green
;
}
</style>
<body>
<p>
You should see one green rectangle. You should not see any red.
</p>
<div
class
=
"container"
>
</div>
</body>