blob: 670297f9aa38ba0d6a819ca5a7d1b923a6dd08f8 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ enableColorFilter=true ] -->
<html>
<head>
<title>CSS Test: sepia -apple-color-filter</title>
<link rel="author" title="Apple" href="http://www.apple.com/">
<link rel="match" href="-apple-color-filter-sepia-expected.html">
<meta name="assert" content="sepia -apple-color-filter">
<style type="text/css">
.test
{
width: 100px;
height: 100px;
background-color: blue;
border: 50px solid green;
margin: 10px;
float: left;
}
</style>
</head>
<body>
<div class="test" style="-apple-color-filter: sepia()"></div>
<div class="test" style="-apple-color-filter: sepia(2)"></div>
<div class="test" style="-apple-color-filter: sepia(1)"></div>
<div class="test" style="-apple-color-filter: sepia(0.5)"></div>
<div class="test" style="-apple-color-filter: sepia(0)"></div>
<div class="test" style="-apple-color-filter: sepia(-0.5)"></div>
</body>
</html>