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