content-001-print-ref.html (684B)
1 <!DOCTYPE html> 2 <link rel="author" title="Morten Stenshorne" href="mailto:mstensho@chromium.org"> 3 <style> 4 @page { 5 size: 400px; 6 margin: 0; 7 } 8 :root { 9 print-color-adjust: exact; 10 } 11 body { 12 margin: 0; 13 } 14 .pass::before { 15 content: "PASS"; 16 } 17 .pa_ss::before { 18 content: "PA" "SS"; 19 } 20 </style> 21 <div class="pass" style="margin-left:100px; float:left; width:100px; height:100px; background:hotpink;"></div> 22 <div class="pa_ss" style="float:left; width:100px; height:100px; background:yellow;"></div> 23 <div style="display:flow-root; clear:both;"> 24 <div style="margin-top:200px; margin-left:100px; width:200px; height:100px; background:yellow;"></div> 25 </div>