pre-wrap-001-ref.html (472B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Text level 3 Test reference file</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 </style> 14 <body> 15 <p>Test passes if there is a <strong>filled green square</strong> and <strong>no red</strong>.</p> 16 <div>XX<br>XX</div> 17 </body>