blob: e219a55d33e234f0ed58a45c1175ca66e01b335a [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Filter Test: Test grayscale shorthand with value 1</title>
<link rel="author" title="Takaki Yasuma" href="mailto:takakiyasuma@gmail.com">
<link rel="reviewer" title="Dirk Schulze" href="mailto:dschulze@adobe.com">
<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>