Convert layout test resource PNGs to sRGB. Some tests, such as
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 00:26:23 +0000 (00:26 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 13 Apr 2012 00:26:23 +0000 (00:26 +0000)
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

Patch by Tony Payne <tpayne@chromium.org> on 2012-04-12
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:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114056 268f45cc-cd09-0410-ab3c-d52691b4dbfc

LayoutTests/ChangeLog
LayoutTests/compositing/resources/thiswayup.png
LayoutTests/css3/filters/resources/reference.png
LayoutTests/fast/media/resources/apple_logo_half_size.png
LayoutTests/fast/reflections/resources/kate.png
LayoutTests/svg/as-border-image/resources/large-tiles.png
LayoutTests/svg/custom/resources/green-checker.png
LayoutTests/svg/custom/resources/red-checker.png
LayoutTests/svg/wicd/resources/test-svg-child-object-rightsizing.png

index 116a9e8..136ec93 100644 (file)
@@ -1,3 +1,24 @@
+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.
index cf735f1..0c4d051 100644 (file)
Binary files a/LayoutTests/compositing/resources/thiswayup.png and b/LayoutTests/compositing/resources/thiswayup.png differ
index d17c7c9..68641b7 100644 (file)
Binary files a/LayoutTests/css3/filters/resources/reference.png and b/LayoutTests/css3/filters/resources/reference.png differ
index a744593..4de6d01 100644 (file)
Binary files a/LayoutTests/fast/media/resources/apple_logo_half_size.png and b/LayoutTests/fast/media/resources/apple_logo_half_size.png differ
index 759b8e0..11e5914 100644 (file)
Binary files a/LayoutTests/fast/reflections/resources/kate.png and b/LayoutTests/fast/reflections/resources/kate.png differ
index f028902..3b2c9db 100644 (file)
Binary files a/LayoutTests/svg/as-border-image/resources/large-tiles.png and b/LayoutTests/svg/as-border-image/resources/large-tiles.png differ
index 5f24d7c..5db3764 100644 (file)
Binary files a/LayoutTests/svg/custom/resources/green-checker.png and b/LayoutTests/svg/custom/resources/green-checker.png differ
index f4d8155..48f865c 100644 (file)
Binary files a/LayoutTests/svg/custom/resources/red-checker.png and b/LayoutTests/svg/custom/resources/red-checker.png differ
index db5a101..f2a5ceb 100644 (file)
Binary files a/LayoutTests/svg/wicd/resources/test-svg-child-object-rightsizing.png and b/LayoutTests/svg/wicd/resources/test-svg-child-object-rightsizing.png differ