Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / max-width-for-box-with-inline-children.html
@minerva minerva on 13 Jul 270 bytes Initial commit
<!doctype html><style>
    * {
        border: 1px solid black !important;
    }
    body {
        width: max-content;
    }
    .inner {
        max-width: 200px;
        font-size: 50px;
    }    
</style><body><div class="outer"><div class="inner">well hello friends