summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/css/css-text/line-breaking/reference/line-breaking-017-ref.html
blob: 6f94b129d294bfc2527c5d2aa800fb6ebadb526e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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; }
</style>
<body>
The word "unbroken" below should <b>not</b> be broken:
<div class="test">unbroken<br><b>float</b></div>
</body>
</html>