negative margin collapse

simple example of two divs with negative margins applied

HTML

<div></div>
<div></div>

CSS

div {
    height:100px;
    width:100px;
    background:rgba(100,100,120,.5);
    margin:0px 0;
}