Newer
Older
minerva / Tests / LibWeb / Layout / input / block-and-inline / max-width-wrapped-in-max-content.html
@minerva minerva on 13 Jul 432 bytes Initial commit
<!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>