layout/reftests/text-decoration/text-decoration-propagation-1-quirks.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</title>
     3 <h1>text-decoration on a block</h1>
     5 <div style="text-decoration: underline">
     7   text directly in parent
     9   <div>text in block</div>
    11   <div style="float:left; clear: left">text in float</div>
    12   <div style="clear:left"></div>
    14   <div style="display:inline-block">text in<br>inline-block</div>
    15   <div style="display:inline-table">text in<br>inline-table</div>
    17   <div style="height: 2em">
    18     <div style="position: absolute">text in abs-pos</div>
    19   </div>
    21 </div>
    23 <h1>text-decoration on an inline</h1>
    25 <div style="text-decoration: underline; display: inline">
    27   text directly in parent
    29   <div>text in block</div>
    31   <div style="float:left; clear: left">text in float</div>
    32   <div style="clear:left"></div>
    34   <div style="display:inline-block">text in<br>inline-block</div>
    35   <div style="display:inline-table">text in<br>inline-table</div>
    37   <div style="height: 2em">
    38     <div style="position: absolute">text in abs-pos</div>
    39   </div>
    41 </div>

mercurial