ladybird/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>