chromium/third_party/blink/web_tests/external/wpt/css/css-masking/clip-path/reference/clip-path-ellipse-2-ref.html

<!DOCTYPE html>
<html>
<head>
    <title>CSS Reftest Reference</title>
    <style>
        svg {
            position: absolute;
            height: 500px;
            width: 600px;
            left: 0px;
            top: 0px;
        }
    </style>
</head>
<body>
    <p>The test passes if there is a full green ellipse.</p>
    <svg>
        <ellipse cx="325" cy="200" rx="247.487" ry="125" fill="green"/>
    </svg>
</body>
</html>