layout/reftests/text-decoration/text-decoration-propagation-1-quirks-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 <title>text-decoration</title>
     3 <h1>text-decoration on a block</h1>
     5   <u>text directly in parent</u>
     7   <div><u>text in block</u></div>
     9   <div style="float:left; clear: left"><u>text in float</u></div>
    10   <div style="clear:left"></div>
    12   <div style="display:inline-block">text in<br>inline-block</div><u>
    13   </u><div style="display:inline-table">text in<br>inline-table</div>
    15   <div style="height: 2em">
    16     <div style="position: absolute"><u>text in abs-pos</u></div>
    17   </div>
    19 <h1>text-decoration on an inline</h1>
    21   <u>text directly in parent</u>
    23   <div><u>text in block</u></div>
    25   <div style="float:left; clear: left"><u>text in float</u></div>
    26   <div style="clear:left"></div>
    28   <div style="display:inline-block">text in<br>inline-block</div><u>
    29   </u><div style="display:inline-table">text in<br>inline-table</div>
    31   <div style="height: 2em">
    32     <div style="position: absolute"><u>text in abs-pos</u></div>
    33   </div>

mercurial