blob: 87b6b02c52a724c83da33fd0d5f3cc5965f3d532 [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/">
<style type="text/css">
div.test
{
font: 40px Ahem;
color: green;
}
</style>
</head>
<body>
<p>Test passes if there is a green square.</p>
<div class="test">A</div>
</body>
</html>