https://github.com/mozilla/gecko-dev
Raw File
Tip revision: ccad160f466f0c30447dc5eae6fffd6f43ccd51e authored by ffxbld on 23 January 2016, 23:18:58 UTC
Added FIREFOX_44_0_RELEASE FIREFOX_44_0_BUILD3 tag(s) for changeset 9b79adf82b13. DONTBUILD CLOSED TREE a=release
Tip revision: ccad160
652178-1.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>

    <!-- This is needed! -->
    <div style="clear: both"></div>
  </body>
</html>
back to top