blob: e4d30e01158294fe784cd29211afb95fa7f8f68c [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; }
.oof { position: absolute; left: 6em; }
</style>
<body>
The word "unbroken" below should <b>not</b> be broken:
<div class="test">unbroken<b class="oof">absolute</b></div>
</body>
</html>