clip-text-out-of-flow-child-ref.html (231B)
1 <!DOCTYPE html> 2 <link rel="stylesheet" href="/fonts/ahem.css"> 3 <style> 4 .box { 5 font: 10px/1 Ahem; 6 width: 100px; 7 height: 100px; 8 background-color: blueviolet; 9 color: aqua; 10 } 11 </style> 12 <div class="box">XXX</div>