Changeset 114056 in webkit


Ignore:
Timestamp:
Apr 12, 2012 5:26:23 PM (12 years ago)
Author:
commit-queue@webkit.org
Message:

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

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:
Location:
trunk/LayoutTests
Files:
9 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r114049 r114056  
     12012-04-12  Tony Payne  <tpayne@chromium.org>
     2
     3        Convert layout test resource PNGs to sRGB. Some tests, such as
     4        compositing/color-matching/image-color-matching.html, expect that
     5        images with an RGB profile will not be altered when displayed. However,
     6        some of the resources have RGB profiles that are different from sRGB
     7        and actually should change when displayed with color profile support.
     8
     9        https://bugs.webkit.org/show_bug.cgi?id=83799
     10
     11        Reviewed by Adam Barth.
     12
     13        * compositing/resources/thiswayup.png:
     14        * css3/filters/resources/reference.png:
     15        * fast/media/resources/apple_logo_half_size.png:
     16        * fast/reflections/resources/kate.png:
     17        * svg/as-border-image/resources/large-tiles.png:
     18        * svg/custom/resources/green-checker.png:
     19        * svg/custom/resources/red-checker.png:
     20        * svg/wicd/resources/test-svg-child-object-rightsizing.png:
     21
    1222012-04-12  Vincent Scheib  <scheib@chromium.org>
    223
Note: See TracChangeset for help on using the changeset viewer.