clip-path-ellipse-2-ref.html (435B)
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>CSS Reftest Reference</title> 5 <style> 6 svg { 7 position: absolute; 8 height: 500px; 9 width: 600px; 10 left: 0px; 11 top: 0px; 12 } 13 </style> 14 </head> 15 <body> 16 <p>The test passes if there is a full green ellipse.</p> 17 <svg> 18 <ellipse cx="325" cy="200" rx="247.487" ry="125" fill="green"/> 19 </svg> 20 </body> 21 </html>