blob: a67ca2651bfe6fc242008a44900f913a96e845e7 [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
{
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>