1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-31 11:48:10 +00:00
serenity/Tests/LibWeb/Layout/input/block-and-inline/block-with-fit-content-width.html

8 lines
179 B
HTML

<!doctype html><style>
* { border: 1px solid black; }
.box {
background: pink;
display: block;
width: fit-content;
}
</style><div class="box">Well hello friends</div>