layout/reftests/border-radius/clipping-3-ref.xhtml

changeset 0
6474c204b198
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/layout/reftests/border-radius/clipping-3-ref.xhtml	Wed Dec 31 06:09:35 2014 +0100
     1.3 @@ -0,0 +1,19 @@
     1.4 +<html xmlns="http://www.w3.org/1999/xhtml">
     1.5 +<body style="margin: 0">
     1.6 +  <div class="div1"/>
     1.7 +  
     1.8 + <svg width="200px" height="200px" version="1.1"
     1.9 +      xmlns="http://www.w3.org/2000/svg">
    1.10 +      
    1.11 +      <rect style="fill: blue; stroke: none"
    1.12 +            width="70" height="70"
    1.13 +   	 x="50" y="50"/>
    1.14 +
    1.15 +   <rect style="fill: red; stroke: none"
    1.16 +         width="70" height="70"
    1.17 +	 x="80" y="80"
    1.18 +	 rx="10" ry="10"/>
    1.19 +
    1.20 + </svg>
    1.21 +</body>
    1.22 +</html>

mercurial