https://github.com/mozilla/gecko-dev
Raw File
Tip revision: 5f67af02b25afd90c943bce1565b298889a89058 authored by ffxbld on 15 February 2012, 04:35:33 UTC
Added FIREFOX_11_0b3_RELEASE FIREFOX_11_0b3_BUILD1 tags(s) for changeset 805226ae6764. DONTBUILD CLOSED TREE a=release
Tip revision: 5f67af0
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