blob: 7a28bafbf89d29ba855c4b1c5574d0daee4ca58e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<style type="text/css">
div {
word-spacing: 20px;
float: left;
border: solid;
clear: both;
}
</style>
</head>
<body>
<p>The lines below should be the same width.</p>
<div>a&nbsp;&nbsp;b</div>
<div>a&nbsp;&nbsp;b</div>
</body>
</html>