layout/reftests/pixel-rounding/border-left-10-ref.html

Thu, 15 Jan 2015 15:55:04 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:55:04 +0100
branch
TOR_BUG_9701
changeset 9
a63d609f5ebe
permissions
-rw-r--r--

Back out 97036ab72558 which inappropriately compared turds to third parties.

     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: 10px; height: 10px; width: 10px; }
    10 div { background: green; }
    12 </style>
    13 </head>
    14 <body>
    16 <div style="left: 11px"></div>
    17 <div style="left: 31px"></div>
    18 <div style="left: 51px"></div>
    19 <div style="left: 71px"></div>
    20 <div style="left: 91px"></div>
    21 <div style="left: 111px"></div>
    22 <div style="left: 131px"></div>
    23 <div style="left: 151px"></div>
    24 <div style="left: 171px"></div>
    25 <div style="left: 191px"></div>
    26 <div style="left: 211px"></div>
    27 <div style="left: 231px"></div>
    28 <div style="left: 251px"></div>
    29 <div style="left: 271px"></div>
    30 <div style="left: 291px"></div>
    31 <div style="left: 311px"></div>
    32 <div style="left: 331px"></div>
    33 <div style="left: 351px"></div>
    34 <div style="left: 371px"></div>
    36 <div style="top: 30px; left: 11px; width: 30px; height: 30px">
    37   <div style="background:white; top: 10px; left: 10px"></div>
    38 </div>
    40 </body>
    41 </html>

mercurial