chromium/third_party/blink/web_tests/css3/filters/effect-drop-shadow-negative-radius-expected.html

<!DOCTYPE HTML>
<html lang="en">
<head>
    <title>drop-shadow with negative radius</title>
    <style type="text/css">
        #target {
            width: 100px;
            height: 100px;
            background-color: rgb(0, 255, 0);
        }
    </style>
</head>
<body>
    <div id="target"></div>
</body>
</html>