summaryrefslogtreecommitdiffstats
path: root/layout/reftests/pagination/652178-1-ref.html
blob: 06d1c221465cc098fd721b2872e84a1b37895dc1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html class="reftest-paged">
<body>
  Something
  <div>
    <div style="width: 60%; float: left; border: 5px solid green;">
      This should print on page 1
    </div>

    <!-- This just needs to be taller than a page -->
    <div style="width: 30%; float: right; border: 5px solid purple; height: 3in">
    </div>
  </body>
</html>