summaryrefslogtreecommitdiffstats
path: root/layout/reftests/bugs/387876-2-ref.html
blob: ffcce37b1c93e22a19751d018907082c40788812 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<html>
<head>
<title>Bug 387876 Reference Case 2</title>
</head>
<body>
  <div style="width:100%; height:0px;
              column-width: 20px; column-gap: 10px;">
    <div style="background: lightblue;">a</div>
    <p id="weird" 
       style="background: lightgreen">b cd</p>
  </div>
</body>
</html>