summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/400171-2-ref.html
blob: 9085c15da72150f80bac8b3b3e1b69fe8c7cdafc (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:  80px; 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>