layout/reftests/text-decoration/table-quirk-2.html

Wed, 31 Dec 2014 06:09:35 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 06:09:35 +0100
changeset 0
6474c204b198
permissions
-rw-r--r--

Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.

michael@0 1 <title>text-decoration quirk on tables (Bug 572713)</title>
michael@0 2
michael@0 3 <h1>text-decoration on a block</h1>
michael@0 4
michael@0 5 <div style="text-decoration: underline">
michael@0 6
michael@0 7 text in the block
michael@0 8
michael@0 9 <div>text in a block in the block</div>
michael@0 10
michael@0 11 <table><tbody><tr><td>an HTML table</td></tr></tbody></table>
michael@0 12
michael@0 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>
michael@0 14
michael@0 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>
michael@0 16
michael@0 17
michael@0 18 </div>
michael@0 19
michael@0 20 <h1>text-decoration on an inline</h1>
michael@0 21
michael@0 22 <div style="text-decoration: underline; display: inline">
michael@0 23
michael@0 24 text in the block
michael@0 25
michael@0 26 <div>text in a block in the block</div>
michael@0 27
michael@0 28 <table><tbody><tr><td>an HTML table</td></tr></tbody></table>
michael@0 29
michael@0 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>
michael@0 31
michael@0 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>
michael@0 33
michael@0 34
michael@0 35 </div>

mercurial