chromium/third_party/blink/web_tests/media/color-profile-munsell-bt601-smpte-to-srgb.html

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

<style>
  div { position: relative; top: -390px; left: 475px }
</style>

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

<body style="overflow: hidden">
  <img><p><canvas style="display:none;"></canvas></p>
  <div>
   <pre id="log" style="font-size: 8.9pt"></pre>
  <div>
</body>

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

window.onload = function() {
  var cyanInTargetGamut = false; // BT.601 Cyan is outside the sRGB gamut.

  testImageColors('resources/munsell-bt601-smpte-c.png', cyanInTargetGamut);
};
</script>
</html>