layout/reftests/w3c-css/submitted/values3/calc-height-block-1-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/w3c-css/submitted/values3/calc-height-block-1-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,30 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html>
     1.6 +<head>
     1.7 +  <title>CSS Reference: Test for height:calc() or min-height:calc() on blocks</title>
     1.8 +  <link rel="author" title="L. David Baron" href="http://dbaron.org/">
     1.9 +  <meta name="flags" content="">
    1.10 +<style type="text/css">
    1.11 +body { margin: 0 }
    1.12 +body > div { float: left; width: 1px; background: blue; }
    1.13 +</style>
    1.14 +</head>
    1.15 +<body>
    1.16 +
    1.17 +<!-- tests with a fixed-height container -->
    1.18 +<div style="height: 50px"></div>
    1.19 +<div style="height: 50px"></div>
    1.20 +<div style="height: 75px"></div>
    1.21 +<div style="height: 45px"></div>
    1.22 +<div style="height: 40px"></div>
    1.23 +<div style="height: 30px"></div>
    1.24 +
    1.25 +<!-- tests with an auto-height container -->
    1.26 +<div style="height: 50px"></div>
    1.27 +<div style="height: 10px"></div>
    1.28 +<div style="height: 10px"></div>
    1.29 +<div style="height: 10px"></div>
    1.30 +<div style="height: 10px"></div>
    1.31 +<div style="height: 10px"></div>
    1.32 +</body>
    1.33 +</html>

mercurial