Changeset 103621 in webkit


Ignore:
Timestamp:
Dec 23, 2011 4:05:46 AM (12 years ago)
Author:
noel.gordon@gmail.com
Message:

[chromium] MAC: should pass CSS3 elliptical gradient tests
https://bugs.webkit.org/show_bug.cgi?id=56736

Reviewed by Stephen White.

Skia on mac draws ellipsoids on OSX 10.5 and 10.6 making these tests pass. Rebaseline
the results, restrict the test failures to the Chromium CG port (CPU-CG).

  • platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
  • platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
  • platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
  • platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
  • platform/chromium/test_expectations.txt:
Location:
trunk/LayoutTests
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r103618 r103621  
     12011-12-23  Noel Gordon  <noel.gordon@gmail.com>
     2
     3        [chromium] MAC: should pass CSS3 elliptical gradient tests
     4        https://bugs.webkit.org/show_bug.cgi?id=56736
     5
     6        Reviewed by Stephen White.
     7
     8        Skia on mac draws ellipsoids on OSX 10.5 and 10.6 making these tests pass.  Rebaseline
     9        the results, restrict the test failures to the Chromium CG port (CPU-CG).
     10
     11        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients-expected.png: Added.
     12        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients2-expected.png: Added.
     13        * platform/chromium-mac-snowleopard/fast/gradients/css3-radial-gradients3-expected.png: Added.
     14        * platform/chromium-mac-snowleopard/fast/gradients/css3-repeating-radial-gradients-expected.png: Added.
     15        * platform/chromium/test_expectations.txt:
     16
    1172011-12-23  Csaba Osztrogonác  <ossy@webkit.org>
    218
  • trunk/LayoutTests/platform/chromium/test_expectations.txt

    r103613 r103621  
    27182718BUGWK55745 LEOPARD : fast/gradients/css3-color-stops.html = IMAGE
    27192719BUGWK55745 LEOPARD : fast/gradients/css3-linear-angle-gradients.html = IMAGE
    2720 BUGWK55745 MAC : fast/gradients/css3-radial-gradients.html = IMAGE
    2721 BUGWK55745 MAC : fast/gradients/css3-radial-gradients2.html = IMAGE
    2722 BUGWK55745 MAC : fast/gradients/css3-radial-gradients3.html = IMAGE
    2723 BUGWK55745 MAC : fast/gradients/css3-repeating-radial-gradients.html = IMAGE
     2720BUGWK56736 MAC CPU-CG : fast/gradients/css3-radial-gradients.html = IMAGE
     2721BUGWK56736 MAC CPU-CG : fast/gradients/css3-radial-gradients2.html = IMAGE
     2722BUGWK56736 MAC CPU-CG : fast/gradients/css3-radial-gradients3.html = IMAGE
     2723BUGWK56736 MAC CPU-CG : fast/gradients/css3-repeating-radial-gradients.html = IMAGE
    27242724
    27252725// This was introduced by r75077.
Note: See TracChangeset for help on using the changeset viewer.