Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / no-stretch-fit-width-for-item-that-can-resolve-aspect-ratio-through-height.html
@minerva minerva on 13 Jul 424 bytes Initial commit
<!doctype html><style type="text/css">
    * { outline: 1px solid black; }
    html {
        background: white;
    }
    body {
        display: flex;
        background: orange;
        width: 200px;
    }
    svg {
        background: cyan;
        height: 20px;
    }
    div {
        background: magenta;
        width: 100px;
    }
</style><body><svg viewBox="0 0 24 24"><rect x=0 y=0 width=12 height=12></svg><div>