layout/reftests/text-decoration/table-quirk-2.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.

     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>

mercurial