Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / soft-hyphen-min-preferred-width.html
blobe24eceda28f7cd2e7a3feca151e492aef83a03dc
1 <style>
2 div {
3 outline: dashed thin lightblue;
4 -webkit-hyphenate-character: "-";
6 </style>
7 <p>
8 There should be a hyphen at the end of the first line, and it should not
9 overflow the box.
10 </p>
11 <table cellspacing=0 cellpadding=0>
12 <tr>
13 <td>
14 <div>extraordinar&shy;ily</div>
15 </td>
16 <td style="width: 100%"></td>
17 </tr>
18 </table>