Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / fast / css / text-decoration-propagates-into-tables.html
blob836e8dfeb8fa539a785e58f6d5974cf1776e4553
1 <!DOCTYPE html>
2 <div style="text-decoration: underline">
3 <table>
4 <tr>
5 <td>This should be underlined</td>
6 </tr>
7 </table>
8 </div>