layout/reftests/pixel-rounding/border-top-10-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>
     3 <head>
     4 <title>Pixel rounding testcase</title>
     5 <style type="text/css">
     7 html, body { margin: 0; border: none; padding: 0; }
     8 div { position: absolute; top: 11px; height: 10px; width: 10px; }
    10 div { background: green; }
    12 </style>
    13 </head>
    14 <body>
    16 <div style="left: 10px"></div>
    17 <div style="left: 30px"></div>
    18 <div style="left: 50px"></div>
    19 <div style="left: 70px"></div>
    20 <div style="left: 90px"></div>
    21 <div style="left: 110px"></div>
    22 <div style="left: 130px"></div>
    23 <div style="left: 150px"></div>
    24 <div style="left: 170px"></div>
    25 <div style="left: 190px"></div>
    26 <div style="left: 210px"></div>
    27 <div style="left: 230px"></div>
    28 <div style="left: 250px"></div>
    29 <div style="left: 270px"></div>
    30 <div style="left: 290px"></div>
    31 <div style="left: 310px"></div>
    32 <div style="left: 330px"></div>
    33 <div style="left: 350px"></div>
    34 <div style="left: 370px"></div>
    36 <div style="top: 31px; left: 10px; width: 30px; height: 30px">
    37   <div style="background:white; top: 10px; left: 10px"></div>
    38 </div>
    40 </body>
    41 </html>

mercurial