blob: 812b6797eeadf69ff1b60e6073523871649b96db [file] [log] [blame]
<!DOCTYPE html>
<html>
<style>
.flexbox {
max-height: 10px;
overflow: hidden;
}
</style>
<body>
<div class="flexbox">
<div>
The height here should be ignored.
</div>
</div>