horizontal-ahem-1x4-notref.html (523B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8"> 5 <title>CSS Test Reference</title> 6 <link rel="author" title="Masataka Yakura" href="https://google.com/+MasatakaYakura"> 7 <meta name="flags" content="ahem"> 8 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 9 <style> 10 .test { 11 font-size: 5em; 12 line-height: 1; 13 font-family: Ahem; 14 } 15 </style> 16 </head> 17 <body> 18 19 <p>Test passes if there are 2 <strong>identical</strong> black rectangles.</p> 20 21 <div class="test"> 22 <p>xxxx</p> 23 <p>xxxx</p> 24 </div> 25 26 </body> 27 </html>