chromium/third_party/blink/web_tests/external/wpt/css/filter-effects/reference/svg-feoffset-ref.html

<!DOCTYPE html>
<html>
<head>
    <title>CSS Reftest Reference</title>
    <link rel="author" title="Dirk Schulze" href="mailto:[email protected]">
    <meta name="flags" content="svg">
    <style type="text/css">
    svg {
        width: 500px;
        height: 500px;
    }
    </style>
</head>
<body>
    <p>The test passes if you see a black square and no red.</p>
    <svg>
        <rect width="300" height="300" fill="black"/>
    </svg>
</body>
</html>