+2012-04-12 Tony Payne <tpayne@chromium.org>
+
+ Convert layout test resource PNGs to sRGB. Some tests, such as
+ compositing/color-matching/image-color-matching.html, expect that
+ images with an RGB profile will not be altered when displayed. However,
+ some of the resources have RGB profiles that are different from sRGB
+ and actually should change when displayed with color profile support.
+
+ https://bugs.webkit.org/show_bug.cgi?id=83799
+
+ Reviewed by Adam Barth.
+
+ * compositing/resources/thiswayup.png:
+ * css3/filters/resources/reference.png:
+ * fast/media/resources/apple_logo_half_size.png:
+ * fast/reflections/resources/kate.png:
+ * svg/as-border-image/resources/large-tiles.png:
+ * svg/custom/resources/green-checker.png:
+ * svg/custom/resources/red-checker.png:
+ * svg/wicd/resources/test-svg-child-object-rightsizing.png:
+
2012-04-12 Vincent Scheib <scheib@chromium.org>
[Chromium] Marking fast/regions/region-overflow-break.html as image failure on Mac.