summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/resize-reflow-000.ref.html
blob: 5190ce1d1faa8b43504ca83c591ecbcc3b34d12a (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>

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

</body>
</html>