Changeset 236345 in webkit


Ignore:
Timestamp:
Sep 21, 2018 12:30:20 PM (6 years ago)
Author:
Megan Gardner
Message:

[iOS] Layout test fast/gradients/conic-gradient-alpha.html is failing
https://bugs.webkit.org/show_bug.cgi?id=189802

Unreviewed test gardening

It is more difficult to squish the alpha channel than the other channels using an SVG filters.
Thus the cropping bars need to be slightly wider to cover the imperfections in the filter.
Made the bars even more slightly wider, since apparenlty they weren't quite wide enough for iOS.

  • fast/gradients/conic-gradient-alpha-expected.html:
  • fast/gradients/conic-gradient-alpha.html:
  • platform/ios-12/TestExpectations:
Location:
trunk/LayoutTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r236341 r236345  
     12018-09-21  Megan Gardner  <megan_gardner@apple.com>
     2
     3        [iOS] Layout test fast/gradients/conic-gradient-alpha.html is failing
     4        https://bugs.webkit.org/show_bug.cgi?id=189802
     5
     6        Unreviewed test gardening
     7
     8        It is more difficult to squish the alpha channel than the other channels using an SVG filters.
     9        Thus the cropping bars need to be slightly wider to cover the imperfections in the filter.
     10        Made the bars even more slightly wider, since apparenlty they weren't quite wide enough for iOS.
     11
     12        * fast/gradients/conic-gradient-alpha-expected.html:
     13        * fast/gradients/conic-gradient-alpha.html:
     14        * platform/ios-12/TestExpectations:
     15
    1162018-09-20  Simon Fraser  <simon.fraser@apple.com>
    217
  • trunk/LayoutTests/fast/gradients/conic-gradient-alpha-expected.html

    r236027 r236345  
    3838        .x {
    3939            position: absolute;
    40             -webkit-clip-path: polygon(0% 0%, 0% 8%, 42% 50%, 0% 92%, 0% 100%, 8% 100%, 50% 58%, 92% 100%, 100% 100%, 100% 92%, 58% 50%, 100% 8%, 100% 0%, 92% 0%, 50% 42%, 8% 0%);
     40            -webkit-clip-path: polygon(0% 0%, 0% 10%, 40% 50%, 0% 90%, 0% 100%, 10% 100%, 50% 60%, 90% 100%, 100% 100%, 100% 90%, 60% 50%, 100% 10%, 100% 0%, 90% 0%, 50% 40%, 10% 0%);
    4141        }
    4242        #x {
  • trunk/LayoutTests/fast/gradients/conic-gradient-alpha.html

    r236027 r236345  
    2020    .x {
    2121        position: absolute;
    22         -webkit-clip-path: polygon(0% 0%, 0% 8%, 42% 50%, 0% 92%, 0% 100%, 8% 100%, 50% 58%, 92% 100%, 100% 100%, 100% 92%, 58% 50%, 100% 8%, 100% 0%, 92% 0%, 50% 42%, 8% 0%);
     22        -webkit-clip-path: polygon(0% 0%, 0% 10%, 40% 50%, 0% 90%, 0% 100%, 10% 100%, 50% 60%, 90% 100%, 100% 100%, 100% 90%, 60% 50%, 100% 10%, 100% 0%, 90% 0%, 50% 40%, 10% 0%);
    2323    }
    2424    #x {
  • trunk/LayoutTests/platform/ios-12/TestExpectations

    r236283 r236345  
    3535fast/gradients/conic-from-angle.html [ Pass ]
    3636fast/gradients/conic-repeating-last-stop.html [ Pass ]
    37 fast/gradients/conic-gradient-alpha.html [ ImageOnlyFailure ]
     37fast/gradients/conic-gradient-alpha.html [ Pass ]
    3838fast/gradients/conic-gradient-extended-stops.html [ Pass ]
    3939fast/gradients/conic-gradient.html [ Pass ]
Note: See TracChangeset for help on using the changeset viewer.