blob: c87bfc80ee30725eb78c696ee93b73bbf2e1d60b [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>CSS Test: color-filter reference</title>
<link rel="author" title="Apple" href="http://www.apple.com/">
<meta name="assert" content="color-filter affects backgrounds and borders">
<style type="text/css">
.test
{
width: 200px;
height: 200px;
background-color: green;
border: 20px solid blue;
}
</style>
</head>
<body>
<p>Test passes if there is a green square with a blue border.</p>
<div class="test"></div>
</body>
</html>