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