pre-wrap-013-ref.html (501B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text level 3 Test reference</title> 4 <link rel="author" title="Florian Rivoal" href="http://florian.rivoal.net/"> 5 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 6 <style> 7 div { 8 font-size: 20px; 9 font-family: Ahem; 10 line-height: 1em; 11 color: green; 12 13 width: 2ch; 14 margin-left: 0.5ch; 15 } 16 </style> 17 <body> 18 <p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p> 19 <div>XX 20 XX</div> 21 </body>