printpreview_pps_uw2.html (464B)
1 <!DOCTYPE html> 2 <!-- This is a testcase for a "2-pages-per-sheet" scenario with nonzero 3 unwriteable margins. There are 2 full-page "swatches" with large colorful 4 borders. --> 5 <style> 6 html, body { margin: 0; height: 100%; } 7 .swatch { 8 box-sizing: border-box; 9 border: 240px solid; 10 height: 100%; 11 } 12 .swatch:nth-child(1) { border-color: cyan; } 13 .swatch:nth-child(2) { border-color: pink; } 14 </style> 15 <div class="swatch"></div> 16 <div class="swatch"></div>