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