blob: 60b5cdf5ac85e9eda6b135df1d0f157b7cf6f546 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: -apple-color-filter reference</title>
<link rel="author" title="Apple" href="http://www.apple.com/">
<meta name="assert" content="-apple-color-filter affects the color of text">
<style type="text/css">
div.test
{
font: 200px Ahem;
color: green
}
ul {
margin: 0;
}
li {
margin-left: 100px;
}
</style>
</head>
<body>
<p>Test passes if there is a green circle.</p>
<div class="test">
<ul>
<li></li>
</ul>
</div>
</body>
</html>