blob: f3931515c829810920412ad309dbf6c3ac22fd6d [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: opacity(0);
position: absolute;
}
</style>
</head>
<body>
<p>You should see no square.</p>
<div></div>
</body>
</html>