Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / block-with-fit-content-width.html
@minerva minerva on 13 Jul 179 bytes Initial commit
<!doctype html><style>
* { border: 1px solid black; }
.box {
    background: pink;
    display: block;
    width: fit-content;
}
</style><div class="box">Well hello friends</div>