summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/resize-reflow-001.ref.html
blob: 9053dd4466b9ea1022dea626615f6a85f800f581 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML>
<html>
<head>
  <title>Resize Reflow Test</title>
</head>
<body style="width: 28em">

<div style="-moz-column-width: 12em;
            border: silver solid;
            height: 5em;">
  <div style="border: solid;
              background: aqua;
              color: gray;">
        blah<br>
        blah<br>
        blah<br>
        blah
  </div>
</div>

</body>
</html>