tenfourfox/layout/reftests/printing/652178-1-ref.html
Cameron Kaiser c9b2922b70 hello FPR
2017-04-19 00:56:45 -07:00

15 lines
351 B
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>