chromium/third_party/blink/web_tests/external/wpt/css/filter-effects/filter-saturate-001-ref.html

<!DOCTYPE html>
<html>
<head>
    <title>CSS Filter Test: Reference for Saturate short hand</title>
    <link rel="author" title="Akihiro Oyamada" href="mailto:[email protected]">
    <link rel="reviewer" title="Dirk Schulze" href="mailto:[email protected]">
    <style type="text/css">
    div {
        width: 200px;
        height: 200px;
        background: #EDEDED;
    }

    </style>
</head>
<body>
    <p>You should see a gray rectangle.</p>

    <div></div>

</body>
</html>