1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/layout/reftests/svg/border-radius-01.html Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,13 @@ 1.4 +<html> 1.5 +<head> 1.6 +</head> 1.7 +<body style="background-color: lime;"> 1.8 + <svg width="300" height="300" 1.9 + style="border-radius: 200px; overflow: hidden; background-color: red; position: absolute;"> 1.10 + <rect width="300" height="300" fill="red"/> 1.11 + </svg> 1.12 + <svg width="300" height="300" style="position: absolute;"> 1.13 + <circle cx="150" cy="150" r="155" fill="lime"/> 1.14 + </svg> 1.15 +</body> 1.16 +</html>