line-breaking-015-ref.html (344B)
1 <!doctype html> 2 <html> 3 <meta charset="utf-8"> 4 <title>CSS Text — reference file for line-breaking test</title> 5 <link rel=author title="Jonathan Kew" href="jkew@mozilla.com"> 6 <style> 7 .test { margin: 1em 0; line-height: 2; } 8 </style> 9 <body> 10 The word "unbroken" below should <b>not</b> be broken: 11 <div class="test">unbroken</div> 12 </body> 13 </html>