Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / word-spacing-nbsp-expected.html
blob86f75099c9dcb163cc3bd51b77aeee8215f4d118
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>Test word-spacing and nbsp</title>
6 <style type="text/css">
7 div {
8 word-spacing: 20px;
9 float: left;
10 border: solid;
11 clear: both;
12 text-rendering: optimizeLegibility;
13 white-space: nowrap;
14 position: relative;
15 overflow: hidden;
17 </style>
18 </head>
19 <body>
20 <p>Neither line below should wrap or expand outside the box</p>
21 <div>Should &nbsp;not wrap</div>
22 <div>Should &nbsp;not wrap</div>
23 </body>
24 </html>