content-newline-001-ref.html (284B)
1 <!DOCTYPE html> 2 <meta charset="utf-8"> 3 <title>CSS Reference</title> 4 <style> 5 div { 6 height: 100px; 7 width: 200px; 8 } 9 </style> 10 <body> 11 <p>Test passes if there are exactly two lines of text below.</p> 12 <div>This text<br />should be on two lines.</div> 13 </body>