summaryrefslogtreecommitdiffstats
path: root/layout/reftests/printing/609227-2b.html
blob: cb0e7730c4f369f8cc827d6712239a7383e4048a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html class="reftest-print">
  <body>
    <!-- Key: no whitespace between float and inline-block -->
    <div>
      <div style="float: left; width: 3.5in;
                  height: 1.5in;"></div></div><div><div
             style="display: inline-block; width: 1in; height: 1in">
        Should be on second page
      </div>
    </div>
</html>