blob: 2baea3ce0f14aa6c5dac0c1176720d356c8d7888 [file] [log] [blame]
<html>
<style>
.text {
color:green;
font-size:150px;
font-weight:bold;
}
</style>
<body>
<p>The distinction below is subtle, but the middle "H" is color-corrected, and the first and last are not.
</p>
<span class="text">H</span>
<span class="text" style="-webkit-color-correction:sRGB;">H</span>
<span class="text">H</span>
</body>
</html>