Newer
Older
minerva / Tests / LibWeb / Layout / input / abspos-box-with-replaced-element.html
@minerva minerva on 13 Jul 441 bytes Initial commit
<!DOCTYPE html><style>
    * {
        border: 1px solid white;
    }
    html {
        background: black;
    }
    body {
        position: absolute;
        width: 500px;
        height: 100px;
        background: maroon;
    }
    img {
        max-width: 100%;
    }
    .image-container {
        position: absolute;
        background: green;
        left: 250px;
    }
</style><body><div class="image-container"><img src="img.webp">