Newer
Older
minerva / Tests / LibWeb / Layout / input / abspos-with-static-position-in-one-axis.html
@minerva minerva on 13 Jul 200 bytes Initial commit
<!doctype html><style>
* { outline: 1px solid black; }
img {
    position: absolute;
    width: 100px;
    height: 100px;
    background: green;
    left: 50px;
}
</style><div>hello friends</div><img>