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

<!DOCTYPE html>
<html>
<head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Dirk Schulze" href="mailto:[email protected]">
</head>
<body>
    <p>The test passes if there is a full green ellipse.</p>
    <div style="margin-top: 50px; margin-left: 50px; position: absolute; width: 150px; height: 100px; border-top-right-radius: 75px 50px; border-bottom-right-radius: 75px 50px; border-top-left-radius: 75px 50px; border-bottom-left-radius: 75px 50px; background-color: green;"></div>
</body>
</html>