Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / whitespace / span-in-word-space-causes-overflow.html
blob4d6e16fd3aad554bee354f90026ce8ce2e3602c6
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
2 "http://www.w3.org/TR/html4/loose.dtd">
3 <html>
4 <head>
5 <title>Word-spacing</title>
6 </head>
7 <body>
8 <div style="width:200px; word-spacing:20px; background:yellow; font-family:Times; font-size:16px;">
9 Overflow should <span style="text-decoration:underline;">not </span>even be tolerated.
10 </div>
11 </body>
12 </html>