Newer
Older
minerva / Tests / LibWeb / Layout / input / flex / flex-container-intrinsic-cross-size-with-max-content-main-size.html
@minerva minerva on 13 Jul 303 bytes Initial commit
<!doctype html><style>
    html { background: white; }
    .outer {
        width: max-content;
        padding: 10px;
        background: pink;
    }
    .inner {
        display: flex;
        background: orange;
    }
</style><body class="outer"><div class="inner">this text should be all on one line