mozPrintCallback-rect-002-print-ref.html (317B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <style> 4 .reference { 5 background: yellow; 6 transform: scale(4); 7 transform-origin: 0 0; 8 height: 80px; 9 width: 80px; 10 } 11 .inner { 12 background: cyan; 13 height: 60px; 14 width: 60px; 15 } 16 </style> 17 <div class="reference"> 18 <div class="inner"></div> 19 </div>