blob: beffe316331960ffc95f9a978d6b043819e7482d [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ ColorFilterEnabled=true ] -->
<html>
<head>
<title>CSS Test: -apple-color-filter affects column-rule color</title>
<link rel="author" title="Apple" href="http://www.apple.com/">
<link rel="match" href="-apple-color-filter-column-rule-expected.html">
<meta name="assert" content="-apple-color-filter affects column-rule color">
<style type="text/css">
.test
{
font: 100px Ahem;
color: black;
width: 200px;
height: 200px;
columns: 2;
column-rule-width: 100px;
column-rule-color: rgb(255, 128, 255);
column-rule-style: solid;
-apple-color-filter: invert();
}
</style>
</head>
<body>
<p>Test passes if there is a vertical green bar below.</p>
<div class="test">A A</div>
</body>
</html>