Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / intrinsic-height-of-flex-container-with-svg-item-that-only-has-natural-aspect-ratio.html
@minerva minerva on 13 Jul 240 bytes Initial commit
<!DOCTYPE html><style>
    body {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    svg {
        flex-grow: 1;
    }
</style><body><svg viewBox="0 0 24 24"><rect x=0 y=0 width=12 height=12></svg>