1 2 3 4 5 6 7 8 9 10 11 12
<!DOCTYPE html> <html class="reftest-print"> <body> <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>