layout/reftests/box-properties/box-sizing-minmax-height-ref.html

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/box-properties/box-sizing-minmax-height-ref.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,57 @@
     1.4 +<!DOCTYPE HTML>
     1.5 +<html><head>
     1.6 +    <title>min-/max-height testcase for bug 308801</title>
     1.7 +    <style type="text/css">
     1.8 +
     1.9 +        html,body {
    1.10 +            color:black; background-color:white; font-size:16px; padding:0; margin:0; 
    1.11 +        }
    1.12 +
    1.13 +        .test1 {
    1.14 +            height:35px;
    1.15 +            border:1px solid black;
    1.16 +        }
    1.17 +
    1.18 +        .test2 {
    1.19 +            height:37px;
    1.20 +	    background:black;
    1.21 +        }
    1.22 +
    1.23 +        .test3 {
    1.24 +            height:21px;
    1.25 +            border:8px solid black;
    1.26 +        }
    1.27 +
    1.28 +        p { height:43px; margin:0; padding:0; }
    1.29 +    </style>
    1.30 +</head>
    1.31 +<body>
    1.32 +
    1.33 +<div class="box min test1"></div>
    1.34 +
    1.35 +<br><div class="box min test2"></div>
    1.36 +
    1.37 +<br><div class="box min test3"></div>
    1.38 +
    1.39 +<br><div class="box max test1"><p></div>
    1.40 +
    1.41 +<br><div class="box max test2"><p></div>
    1.42 +
    1.43 +<br><div class="box max test3"><p></div>
    1.44 +
    1.45 +<br><!-- overflow:hidden -->
    1.46 +
    1.47 +<div class="hidden box min test1"></div>
    1.48 +
    1.49 +<br><div class="hidden box min test2"></div>
    1.50 +
    1.51 +<br><div class="hidden box min test3"></div>
    1.52 +
    1.53 +<br><div class="hidden box max test1"><p></div>
    1.54 +
    1.55 +<br><div class="hidden box max test2"><p></div>
    1.56 +
    1.57 +<br><div class="hidden box max test3"><p></div>
    1.58 +
    1.59 +</body>
    1.60 +</html>

mercurial