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

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-radius/clipping-1.html	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<!doctype html>
     1.5 +<html><head>
     1.6 +<title>Border clipping</title>
     1.7 +<style>
     1.8 +.div1 { width: 50px; height: 50px;
     1.9 +      border: 10px solid black; 
    1.10 +      border-radius: 20px;
    1.11 +      position: absolute;
    1.12 +      background: black;
    1.13 +      left: 50px;
    1.14 +      top: 50px;
    1.15 +      background-clip: padding-box;
    1.16 +}
    1.17 +
    1.18 +</style>
    1.19 +</head>
    1.20 +<body>
    1.21 +  <div class="div1"></div>
    1.22 +</body></html>

mercurial