line-breaking-001-ref.html (449B)
1 <!doctype html> 2 <html> 3 <meta charset="utf-8"> 4 <title>Reference File for line breaking tests</title> 5 <link rel=author title="Florian Rivoal" href="http://florian.rivoal.net"> 6 <link rel="stylesheet" type="text/css" href="/fonts/ahem.css" /> 7 <style> 8 div { 9 color:green; 10 line-height: 1em; 11 font-family: Ahem; 12 font-size: 20px; 13 } 14 </style> 15 <body> 16 <p>There should be a green rectangle and no red.</p> 17 <div>X<br>X</div> 18 </body> 19 </html>