Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / block-with-negative-margin-and-no-intruding-floats.html
@minerva minerva on 13 Jul 308 bytes Initial commit
<!doctype html><style>
* { border: 1px solid black; }
html { background: white; }
body { 
    position: relative;
    left: 100px;
    background: pink;
    width: 300px;
}
div {
    margin-left: -50px;
    background: orange;
    width: 200px;
}
</style><body><div>there are no floats intruding on this div