blob: ac0deb91e9d902b5dcc7f4ade07e5514dbc37158 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ ColorFilterEnabled=true ] -->
<html>
<head>
<title>CSS Test: -apple-color-filter affects text stroke</title>
<link rel="author" title="Apple" href="http://www.apple.com/">
<link rel="match" href="-apple-color-filter-text-stroke-expected.html">
<meta name="assert" content="-apple-color-filter affects text stroke">
<style type="text/css">
.test
{
margin: 50px 20px;
font: 120px Ahem;
color: rgb(255, 128, 255);
-apple-color-filter: invert();
}
</style>
</head>
<body>
<div class="test" style="stroke-color: yellow; stroke-width: 20px;">O</div>
<div class="test" style="-webkit-text-stroke: 20px yellow;">O</div>
</body>
</html>