layout/reftests/text-decoration/text-decoration-propagation-1-standards-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.

     1 <!DOCTYPE HTML>
     2 <title>text-decoration</title>
     4 <h1>text-decoration on a block</h1>
     6   <u>text directly in parent</u>
     8   <div><u>text in block</u></div>
    10   <div style="float:left; clear: left">text in float</div>
    11   <div style="clear:left"></div>
    13   <div style="display:inline-block">text in<br>inline-block</div><u>
    14   </u><div style="display:inline-table">text in<br>inline-table</div>
    16   <div style="height: 2em">
    17     <div style="position: absolute">text in abs-pos</div>
    18   </div>
    20 <h1>text-decoration on an inline</h1>
    22   <u>text directly in parent</u>
    24   <div><u>text in block</u></div>
    26   <div style="float:left; clear: left">text in float</div>
    27   <div style="clear:left"></div>
    29   <div style="display:inline-block">text in<br>inline-block</div><u>
    30   </u><div style="display:inline-table">text in<br>inline-table</div>
    32   <div style="height: 2em">
    33     <div style="position: absolute">text in abs-pos</div>
    34   </div>

mercurial