no bug - Import translations from android-l10n r=release a=l10n CLOSED TREE
[gecko.git] / layout / reftests / text-decoration / table-quirk-2.html
blobb02c95ab1a770ac527cde9674531c0c4ab2dff55
1 <title>text-decoration quirk on tables (Bug 572713)</title>
3 <h1>text-decoration on a block</h1>
5 <div style="text-decoration: underline">
7 text in the block
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>
18 </div>
20 <h1>text-decoration on an inline</h1>
22 <div style="text-decoration: underline; display: inline">
24 text in the block
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>
35 </div>