Move parseFontFaceDescriptor to CSSPropertyParser.cpp
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-decoration-propagates-into-tables-expected.html
blob764c2585fce9f522d7cf1ce1b15ad60adf224ea8
1 <!DOCTYPE html>
2 <div>
3 <table>
4 <tr>
5 <td style="text-decoration: underline">This should be underlined</td>
6 </tr>
7 </table>
8 </div>