target-text-lime-ref.html (302B)
1 <!doctype html> 2 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css"> 3 <style> 4 .ahem { font-family: Ahem; } 5 span { 6 color: lime; 7 background-color: green; 8 } 9 </style> 10 <p>PASS if there are two segments of lime squares below.</p> 11 <p class="ahem"><span>match</span> <span>me</span></p>