blob: dc7e334f3a153ae6c42dcd1f3beb3b8c39a6f9cf [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Filter Test: Test for Saturate short hand</title>
<style type="text/css">
div {
width: 500px;
height: 500px;
background: rgb(255, 0, 0);
filter: contrast(100%);
position: absolute;
}
</style>
</head>
<body>
<p>You should see a gray rectangle.</p>
<div></div>
</body>
</html>