layout/reftests/border-radius/clipping-5-image.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 <title>Test for clipping of border-radius</title>
     3 <style>
     4 img {
     5   border-color: transparent;
     6   border-style: solid;
     7   border-width: 1px 1px 3px 3px;
     8   padding: 0px 1px 1px 5px;
     9   /* border + padding: 1px 2px 4px 8px */
    10   margin: 17px;
    11   height: 100px;
    12   width: 200px;
    13   border-radius: 25px 17px 14px 18px / 12px 15px 18px 17px;
    14 }
    15 </style>
    16 <img src="../pixel-rounding/lime-25x25.png" alt="">

mercurial