blob: cac78b27457b7d242f809276a0b7f5c96d623bbf [file] [log] [blame]
<!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 = true; // BT.709 and sRGB have the same gamut.
testImageColors('resources/munsell-bt709-hdtv-itu.png', cyanInTargetGamut);
};
</script>
</html>