blob: 470cb26aa1b3b42f5dc4874e928a5e62ecc7e419 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Filter Test: Test for Saturate short hand</title>
<style type="text/css">
div {
width: 600px;
height: 600px;
background: red;
filter: saturate(50%);
}
</style>
</head>
<body>
<p>You should see a green rectangle.</p>
<div></div>
</body>
</html>