Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / flex-column-item-with-natural-aspect-ratio-and-automatic-cross-size.html
@minerva minerva on 13 Jul 309 bytes Initial commit
<!DOCTYPE html><style>
    * {
        margin: 0;
        padding: 0;
    }
    body {
        display: flex;
        flex-direction: column
    }
    svg {
        align-self: flex-start;
        height: 100px;
    }
</style><svg viewBox="0 0 10 5"><rect fill="green" x="0" y="0" width="10" height="5"></svg>