layout/reftests/text-decoration/676538-1-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 <html lang="en-US">
     3 <head>
     4 <title>text-decoration alignment</title>
     5 <meta charset=UTF-8>
     6 <style>
     8 span.block { position: absolute; top: 0; left: 0; }
     9 span.dec { text-decoration: underline }
    10 span.hide { color: transparent }
    12 </style>
    13 </head>
    14 <body>
    16 <p style="position: relative">
    17   <span class="block" style="margin-top: 16px"><span class="hide"></span><span class="dec" style="color:black  ">x<span class="hide">xx</span></span></span>
    18   <span class="block" style="margin-top: 08px"><span class="hide">x</span><span class="dec" style="color:fuchsia">x<span class="hide">x</span></span></span>
    19   <span class="block" style="margin-top: 00px"><span class="hide">xx</span><span class="dec" style="color:aqua   ">x<span class="hide"></span></span></span>
    20 </p>
    22 </body>
    23 </html>

mercurial