blob: 478e8317b94b390d1e0bea21276b711bf6cdcaa7 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: 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>