layout/reftests/border-radius/intersecting-clipping-1-image.html

Fri, 16 Jan 2015 04:50:19 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 16 Jan 2015 04:50:19 +0100
branch
TOR_BUG_9701
changeset 13
44a2da4a2ab2
permissions
-rw-r--r--

Replace accessor implementation with direct member state manipulation, by
request https://trac.torproject.org/projects/tor/ticket/9701#comment:32

     1 <!DOCTYPE HTML>
     2 <title>Test for clipping of border-radius</title>
     3 <style>
     4 div {
     5   overflow: hidden;
     6   width: 200px;
     7   height: 100px;
     8   border-radius: 50px / 20px;
     9 }
    10 img {
    11   border-radius: 20px / 40px;
    12   width: 200px;
    13   height: 100px;
    14 }
    15 </style>
    16 <div><img src="../pixel-rounding/lime-25x25.png" alt=""></div>

mercurial