<!DOCTYPE html>
<html>
<head>
<title>CSS Filter Test: Test grayscale shorthand with value 1</title>
<link rel="author" title="Takaki Yasuma" href="mailto:[email protected]">
<link rel="reviewer" title="Dirk Schulze" href="mailto:[email protected]">
<style type="text/css">
div{
width: 200px;
height: 200px;
background-color: #363636;
}
</style>
</head>
<body>
<p>You should see a black olive colored rectangle.</p>
<div></div>
</body>
</html>