blob: 55e8dc733a4cb82fb0b52af43208f3e785cab2a3 [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">
.test
{
width: 200px;
height: 200px;
margin: 50px;
background-color: green;
outline: 20px solid blue;
}
</style>
</head>
<body>
<p>Test passes if there is a green square with a blue outline.</p>
<div class="test"></div>
</body>
</html>