Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
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>