| Index: third_party/WebKit/LayoutTests/fast/images/color-profile-munsell-srgb-to-srgb.html | 
| diff --git a/third_party/WebKit/LayoutTests/fast/images/color-profile-munsell-srgb-to-srgb.html b/third_party/WebKit/LayoutTests/fast/images/color-profile-munsell-srgb-to-srgb.html | 
| new file mode 100644 | 
| index 0000000000000000000000000000000000000000..e85e6b82e8bd51aac98ee4e60b7b7aaf0fb595ad | 
| --- /dev/null | 
| +++ b/third_party/WebKit/LayoutTests/fast/images/color-profile-munsell-srgb-to-srgb.html | 
| @@ -0,0 +1,34 @@ | 
| +<!DOCTYPE html> | 
| +<html> | 
| +<script src="../../resources/run-after-layout-and-paint.js"></script> | 
| +<script src="resources/color-checker-munsell-chart.js"></script> | 
| + | 
| +<style> | 
| +  div { position: relative; top: -556px; left: 470px } | 
| +  a:hover { background-color: #ccc } | 
| +  a:link { text-decoration: none } | 
| +</style> | 
| + | 
| +<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() { | 
| +  if (window.internals) | 
| +    internals.settings.setImageColorProfilesEnabled(true); | 
| + | 
| +  testImageColors('resources/color-checker-srgb-color-profile.png'); | 
| +}; | 
| +</script> | 
| +</html> | 
|  |