blob: b944ae9916308feb33a8253f6242f15c5a438c99 [file] [log] [blame]
<!DOCTYPE html><!-- webkit-test-runner [ ColorFilterEnabled=true ] -->
<html>
<head>
<title>-apple-color-filter should not affect attributed string colors</title>
<script src="resources/dump-attributed-string.js"></script>
</head>
<body>
<div style="-apple-color-filter: apple-invert-lightness()">
<span style="color: blue; background-color: #EEE">This text is blue</span>
<span style="color: yellow; background-color: maroon">This text is yellow</span>
</div>
</body>
</html>