chromium/third_party/blink/web_tests/images/color-profile-munsell-adobe-to-srgb.html

<!DOCTYPE html>
<html>
<script src="../resources/run-after-layout-and-paint.js"></script>
<script src="resources/color-checker-munsell-chart.js"></script>

<style id="some-for-manual-tests">
  div { position: relative; top: -556px; left: 470px }
  a:hover { background-color: #ccc }
  a:link { text-decoration: none }
</style>

<!-- Color accuracy test case: you should not rebaseline this test. -->

<body style="overflow: hidden">
  <img><p><canvas></canvas></p>
  <div>
   <pre id="log" style="font-size: 9pt"></pre>
   <a href="http://www.brucelindbloom.com/index.html?ColorCheckerRGB.html">
    <pre>* Munsell Cyan is outside 255 sRGB gamut<pre></a>
  <div>
</body>

<script>
if (window.testRunner) {
  testRunner.dumpAsTextWithPixelResults();
  testRunner.waitUntilDone();
}

window.onload = function() {
  testImageColors('resources/color-checker-adobe-color-profile.png');
};
</script>
</html>