clip-text-on-body-not-propagated-to-root-ref.html (233B)
1 <!DOCTYPE html> 2 <link rel="stylesheet" href="/fonts/ahem.css"> 3 <style> 4 html { 5 font-size: 24px; 6 background-color: white; 7 color: green; 8 font-family: Ahem; 9 } 10 </style> 11 12 This text should be green<br> 13 on a white background.