https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ce20b05ead5cadc9b1dc8f3270a9adce3384f926 authored by Rail Aliiev on 17 March 2014, 23:40:00 UTC
Bug 962187 - Tracking bug for 17-mar-2014 migration work. Switch to v1.4. r=aki CLOSED TREE
Tip revision: ce20b05
652178-1-ref.html
<!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>
back to top