line-breaking-016-ref.html (395B)
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; } 8 .oof { position: absolute; left: 6em; } 9 </style> 10 <body> 11 The word "unbroken" below should <b>not</b> be broken: 12 <div class="test">unbroken<b class="oof">absolute</b></div> 13 </body> 14 </html>