calc-size-no-body-height-quirk-001.html (549B)
1 <!-- This test is intentionally in quirks mode. --> 2 <title>calc-size() and the body fills html quirk</title> 3 <link rel="help" href="https://drafts.csswg.org/css-values-5/#calc-size"> 4 <link rel="help" href="https://quirks.spec.whatwg.org/#the-body-element-fills-the-html-element-quirk"> 5 <link rel="match" href="calc-size-no-body-height-quirk-001-ref.html"> 6 <style> 7 8 body { 9 height: calc-size(auto, size); 10 border: medium solid; 11 } 12 13 </style> 14 15 <body>The bottom border of this box should be close to the text, not at the bottom of the viewport.</body>