blob: 91c5ec59b99a9ed9422547c29f07fe78e7d610b5 [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: red;
filter: invert(100%);
}
</style>
</head>
<body>
<p>You should see a cyan rectangle.</p>
<div></div>
</body>
</html>