Fri, 16 Jan 2015 04:50:19 +0100
Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32
1 <!DOCTYPE HTML>
2 <html><head>
3 <title>min-/max-height testcase for bug 308801</title>
4 <style type="text/css">
6 html,body {
7 color:black; background-color:white; font-size:16px; padding:0; margin:0;
8 }
10 .test1 {
11 height:35px;
12 border:1px solid black;
13 }
15 .test2 {
16 height:37px;
17 background:black;
18 }
20 .test3 {
21 height:21px;
22 border:8px solid black;
23 }
25 p { height:43px; margin:0; padding:0; }
26 </style>
27 </head>
28 <body>
30 <div class="box min test1"></div>
32 <br><div class="box min test2"></div>
34 <br><div class="box min test3"></div>
36 <br><div class="box max test1"><p></div>
38 <br><div class="box max test2"><p></div>
40 <br><div class="box max test3"><p></div>
42 <br><!-- overflow:hidden -->
44 <div class="hidden box min test1"></div>
46 <br><div class="hidden box min test2"></div>
48 <br><div class="hidden box min test3"></div>
50 <br><div class="hidden box max test1"><p></div>
52 <br><div class="hidden box max test2"><p></div>
54 <br><div class="hidden box max test3"><p></div>
56 </body>
57 </html>