scroll-timeline-default-print-ref.html (339B)
1 <!DOCTYPE html> 2 <title>Reference for default scroll() timeline</title> 3 <style> 4 html { 5 print-color-adjust: exact; 6 min-height: 100%; 7 padding-bottom: 100px; 8 } 9 10 #box { 11 width: 100px; 12 height: 100px; 13 background-color: green; 14 } 15 16 * { 17 margin-top: 0px; 18 margin-bottom: 0px; 19 } 20 </style> 21 22 <div id="box"></div>