blob: 9a920a48d22f230c4ec610233267ea9ee0bbde11 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ ColorFilterEnabled=true ] -->
<html>
<head>
<title>CSS Test: -apple-color-filter affects backgrounds and borders</title>
<link rel="author" title="Apple" href="http://www.apple.com/">
<link rel="match" href="-apple-color-filter-backgrounds-borders-expected.html">
<meta name="assert" content="-apple-color-filter affects backgrounds and borders">
<style type="text/css">
.test
{
width: 200px;
height: 200px;
background-color: rgb(255, 128, 255);
border: 20px solid yellow;
-apple-color-filter: invert();
}
</style>
</head>
<body>
<p>Test passes if there is a green square with a blue border.</p>
<div class="test"></div>
</body>
</html>