1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/border-radius/border-circle-2-ref.xhtml Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,11 @@ 1.4 +<html xmlns="http://www.w3.org/1999/xhtml"> 1.5 +<body style="margin: 0"> 1.6 + <svg width="100px" height="100px" version="1.1" 1.7 + xmlns="http://www.w3.org/2000/svg"> 1.8 + <rect style="fill: black; stroke: none" 1.9 + width="70" height="70" 1.10 + x="8" y="8" 1.11 + rx="10" ry="10"/> 1.12 + </svg> 1.13 +</body> 1.14 +</html>