summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/387876-1-ref.html
blob: b3e2a776c91364c014c91dc76fafc3fbda249c7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<html>
<head>
<title>Bug 387876 Reference Case 1</title>
</head>
<body>
  The yellow box should say 'ab'.
  <div style="-moz-column-width: 30px;
              -moz-column-gap: 0px;
              height: 0px;
             ">
    <div id="weirdDiv" 
         style="background: yellow;">ab</div>
    z
  </div>
</body>
</html>