blob: c1bd3b77aba79ca15e2677c9e8e0f69afb8a456c [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(127, 0, 0 );
}
</style>
</head>
<body>
<p>You should see a dark red rectangle.</p>
<div></div>
</body>
</html>