chromium/third_party/blink/web_tests/fast/css/color-correction-on-backgrounds.html

<!DOCTYPE html>
<html>
<body>

<p>These should match:</p>
<div style="background-color:#560063; width:100px; height:100px; -webkit-color-correction:sRGB; float:left;"></div>
<img src="resources/purple-srgb.png"/>

<br/>
<p>These should not match (at this time):</p>
<div style="background-color:#560063; width:100px; height:100px; -webkit-color-correction:default; float:left;"></div>
<img src="resources/purple-srgb.png"/>

</body>
</html>