Files
ladybird/Tests/LibWeb/Layout/input/abspos-box-bottom-with-max-height.html
2025-06-07 11:09:53 +01:00

12 lines
173 B
HTML

<!DOCTYPE html>
<style>
div {
position: absolute;
background: red;
width: 100px;
height: 100px;
max-height: 50px;
bottom: 0px;
}
</style><div></div>