Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / text / soft-hyphen-min-preferred-width-expected.html
blob634987eff1ce4136aabcee0138b6d2c66fdfefe5
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<span>-</span><br>ily</div>
15 </td>
16 <td style="width: 100%"></td>
17 </tr>
18 </table>