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