blob: 2837ce0cd7c394737f8e45e7e557fc381dcc0cf3 [file] [log] [blame]
<!doctype html>
<html>
<meta charset="utf-8">
<title>CSS Text — reference file for line-breaking test</title>
<link rel=author title="Jonathan Kew" href="jkew@mozilla.com">
<style>
.test { margin: 1em 0; line-height: 2; }
</style>
<body>
The word "unbroken" below should <b>not</b> be broken:
<div class="test">unbroken</div>
</body>
</html>