summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/400171-1-ref.html
blob: 3d11fbf2d2f7863b407d99d1919ab06f74bcc654 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<html>
<head>
  <style>
    div    { width:  100px; }
    div.a  { height:  30px; background: lightblue;  }
    div.b  { height: 100px; background: lightgreen; }
    div.c  { height:  10px; background: black;      }
  </style>
</head>
<body>
  <div class="a"></div>
  <div class="b"></div>
  <div class="c"></div>
</body>
</html>