Changeset 119664 in webkit


Ignore:
Timestamp:
Jun 6, 2012 7:32:53 PM (12 years ago)
Author:
noel.gordon@gmail.com
Message:

Add a test for PNG COLOR_TYPE_PALETTE image with a color profile
https://bugs.webkit.org/show_bug.cgi?id=86722

Reviewed by Adam Barth

Add paletted PNG image with a color profile and write a test. Add platform exceptions
since color correction is not implemented on all platforms. Note: that wincairo skips
fast/images/*.

  • fast/images/paletted-png-with-color-profile-expected.txt: Added.
  • fast/images/paletted-png-with-color-profile.html: Added.
  • fast/images/resources/palatted-color-png-gamma-one-color-profile.png: Added.
  • platform/chromium/TestExpectations: No color correction for paletted PNG images.
  • platform/efl/TestExpectations: SKIP, no color correction.
  • platform/gtk/TestExpectations: SKIP, no color correction.
  • platform/mac-snowleopard/fast/images/paletted-png-with-color-profile-expected.png: Added.

The image is a 64-color, paletted PNG image containing a gamma 1.0 sRGB color profile.
See the bug for more detailed properties of the test image and its color profile.

  • platform/qt/TestExpectations: SKIP, no color correction.
Location:
trunk/LayoutTests
Files:
4 added
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r119663 r119664  
     12012-06-06  Noel Gordon  <noel.gordon@gmail.com>
     2
     3        Add a test for PNG COLOR_TYPE_PALETTE image with a color profile
     4        https://bugs.webkit.org/show_bug.cgi?id=86722
     5
     6        Reviewed by Adam Barth
     7
     8        Add paletted PNG image with a color profile and write a test. Add platform exceptions
     9        since color correction is not implemented on all platforms. Note: that wincairo skips
     10        fast/images/*.
     11
     12        * fast/images/paletted-png-with-color-profile-expected.txt: Added.
     13        * fast/images/paletted-png-with-color-profile.html: Added.
     14        * fast/images/resources/palatted-color-png-gamma-one-color-profile.png: Added.
     15        * platform/chromium/TestExpectations: No color correction for paletted PNG images.
     16        * platform/efl/TestExpectations: SKIP, no color correction.
     17        * platform/gtk/TestExpectations: SKIP, no color correction.
     18        * platform/mac-snowleopard/fast/images/paletted-png-with-color-profile-expected.png: Added.
     19        The image is a 64-color, paletted PNG image containing a gamma 1.0 sRGB color profile.
     20        See the bug for more detailed properties of the test image and its color profile.
     21        * platform/qt/TestExpectations: SKIP, no color correction.
     22
    1232012-06-06  Alexis Menard  <alexis.menard@openbossa.org>
    224
  • trunk/LayoutTests/platform/chromium/TestExpectations

    r119659 r119664  
    29592959// ICC color profiles are not supported on WIN, LINUX so SKIP for now.
    29602960BUGWK70001 SKIP LINUX WIN : fast/images/color-jpeg-with-color-profile.html = FAIL MISSING
     2961// Paletted PNG with ICC color profiles not working.
     2962BUGWK86722 : fast/images/paletted-png-with-color-profile.html = MISSING
    29612963
    29622964// V8 handles stack overflow exceptions differently than JSC
  • trunk/LayoutTests/platform/efl/TestExpectations

    r119620 r119664  
    714714BUGWK86445 : fast/multicol/split-in-top-margin.html = IMAGE
    715715
     716// Paletted PNG with ICC color profiles not working.
     717BUGWK86722 SKIP : fast/images/paletted-png-with-color-profile.html = FAIL MISSING
     718
    716719// Needs rebaseline after the bots cycle.
    717720BUG_OJAN : tables/mozilla/bugs/bug131020.html = PASS FAIL
  • trunk/LayoutTests/platform/gtk/TestExpectations

    r119659 r119664  
    12771277BUGWK85405 : tables/mozilla/bugs/bug10296-1.html = TEXT
    12781278
     1279// Paletted PNG with ICC color profiles not working.
     1280BUGWK86722 SKIP : fast/images/paletted-png-with-color-profile.html = FAIL MISSING
     1281
    12791282// This test is affecting other tests and seems to be behaving incorrectly itself
    12801283BUGWK86771 SKIP : fast/dom/gc-10.html = FAIL
  • trunk/LayoutTests/platform/qt/TestExpectations

    r119620 r119664  
    8484BUGWK85405 SKIP: tables/mozilla/bugs/bug10296-1.html = TEXT
    8585
     86// Paletted PNG with ICC color profiles not working.
     87BUGWK86722 SKIP : fast/images/paletted-png-with-color-profile.html = FAIL MISSING
     88
    8689// Needs rebaseline after the bots cycle.
    8790BUG_OJAN : tables/mozilla/bugs/bug131020.html = PASS FAIL
Note: See TracChangeset for help on using the changeset viewer.