Newer
Older
minerva / Tests / LibWeb / Layout / input / flex-container-max-content-width-with-definite-height-and-item-that-has-aspect-ratio.html
@minerva minerva on 13 Jul 274 bytes Initial commit
<!doctype html><style>
    * { outline: 1px solid black; }
    body {
        display: flex;
        width: max-content;
        height: 100px;
    }
</style><body><svg viewBox="0 0 10 10" xmlns="http://www.w3.org/2000/svg"><rect x=0 y=0 width=10 height=10 fill=green></svg>