text-box-trim-on-button-ref.html (312B)
1 <!DOCTYPE html> 2 <style> 3 @import "support/MetricsTestFont.css"; 4 5 body { 6 font: 100px/1 MetricsTestFont; 7 } 8 .spacer { 9 background: lightgray; 10 block-size: 100px; 11 } 12 .target-first { 13 margin-block: -60px -20px; 14 } 15 </style> 16 <div class="spacer"></div> 17 <div class="target-first">ApÉx</div> 18 <div class="spacer"></div>