1 <title>text-decoration quirk on tables (Bug
572713)
</title>
3 <h1>text-decoration on a block
</h1>
5 <div style=
"text-decoration: underline">
9 <div>text in a block in the block
</div>
11 <table><tbody><tr><td>an HTML table
</td></tr></tbody></table>
13 <table style=
"display:block"><tbody style=
"display:block"><tr style=
"display:block"><td style=
"display:block">an HTML table that's not table-display
</td></tr></tbody></table>
15 <div style=
"display: table"><div style=
"display: table-row-group"><div style=
"display: table-row"><div style=
"display: table-cell">a div with table display types
</div></div></div></div>
20 <h1>text-decoration on an inline
</h1>
22 <div style=
"text-decoration: underline; display: inline">
26 <div>text in a block in the block
</div>
28 <table><tbody><tr><td>an HTML table
</td></tr></tbody></table>
30 <table style=
"display:block"><tbody style=
"display:block"><tr style=
"display:block"><td style=
"display:block">an HTML table that's not table-display
</td></tr></tbody></table>
32 <div style=
"display: table"><div style=
"display: table-row-group"><div style=
"display: table-row"><div style=
"display: table-cell">a div with table display types
</div></div></div></div>