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

8 lines
No EOL
432 B
HTML

<!doctype html><style>
* { outline: 1px solid black; }
.constrained { max-width: 270px; }
.wrapper { background: yellow; width: max-content }
</style><body><div class="wrapper"><div class="constrained">
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello hello
<div></div></div></div>