blob: da04cd552e86c322de2b5eddd9e376d85bfd0937 [file] [log] [blame]
<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>