summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/652178-1-ref.html
blob: cd9c91ec090a2ea18f6d16894b136093d1b48236 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html class="reftest-print">
<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>