Raw File
filters-sepia-001-ref.html
<!DOCTYPE html>
<html>
<head>
    <title>CSS Filter Test: Test sepia 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: #645945;
       }

    </style>
</head>

<body>

	<p>You should see a field drab colored rectangle.</p>

	<div></div>

</body>

</html>
back to top