layout/reftests/text-decoration/text-decoration-propagation-1-standards-ref.html

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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