gecko/layout/reftests/css-calc/max-height-block-1-ref.html

23 lines
655 B
HTML

<!DOCTYPE HTML>
<title>Test for max-height:calc() on blocks</title>
<style>
body { margin: 0 }
body > div { float: left; width: 1px; background: blue; }
</style>
<!-- tests with a fixed-height container -->
<div style="height: 50px"></div>
<div style="height: 50px"></div>
<div style="height: 75px"></div>
<div style="height: 45px"></div>
<div style="height: 40px"></div>
<div style="height: 30px"></div>
<!-- tests with an auto-height container -->
<div style="height: 50px"></div>
<div style="height: 300px"></div>
<div style="height: 300px"></div>
<div style="height: 300px"></div>
<div style="height: 300px"></div>
<div style="height: 300px"></div>