summaryrefslogtreecommitdiffstats
path: root/layout/reftests/text-decoration/table-quirk-1-ref.html
blob: 844ec63e85f8aa73551163c51157acb2091871bd (plain)
1
2
3
4
5
6
7
<title>text-decoration quirk on tables (Bug 572713)</title>

<div><table><tbody><tr><td>text-decoration on container of table</td></tr></tbody></table></div>
<div><table><tbody><tr><td style="text-decoration: underline">text-decoration on table</td></tr></tbody></table></div>
<div><table><tbody><tr><td style="text-decoration: underline">text-decoration on tbody</td></tr></tbody></table></div>
<div><table><tbody><tr><td style="text-decoration: underline">text-decoration on tr</td></tr></tbody></table></div>
<div><table><tbody><tr><td style="text-decoration: underline">text-decoration on td</td></tr></tbody></table></div>