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

Wed, 31 Dec 2014 13:27:57 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Wed, 31 Dec 2014 13:27:57 +0100
branch
TOR_BUG_3246
changeset 6
8bccb770b82d
permissions
-rw-r--r--

Ignore runtime configuration files generated during quality assurance.

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 <u>text in the block</u>
michael@0 6
michael@0 7 <div><u>text in a block in the block</u></div>
michael@0 8
michael@0 9 <table><tbody><tr><td>an HTML table</td></tr></tbody></table>
michael@0 10
michael@0 11 <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 12
michael@0 13 <div style="display: table"><div style="display: table-row-group"><div style="display: table-row"><div style="display: table-cell"><u>a div with table display types</u></div></div></div></div>
michael@0 14
michael@0 15 <h1>text-decoration on an inline</h1>
michael@0 16
michael@0 17 <u>text in the block</u>
michael@0 18
michael@0 19 <div><u>text in a block in the block</u></div>
michael@0 20
michael@0 21 <table><tbody><tr><td>an HTML table</td></tr></tbody></table>
michael@0 22
michael@0 23 <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 24
michael@0 25 <div style="display: table"><div style="display: table-row-group"><div style="display: table-row"><div style="display: table-cell"><u>a div with table display types</u></div></div></div></div>
michael@0 26

mercurial