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