Title: [236345] trunk/LayoutTests
Revision
236345
Author
megan_gard...@apple.com
Date
2018-09-21 12:30:20 -0700 (Fri, 21 Sep 2018)

Log 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:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (236344 => 236345)


--- trunk/LayoutTests/ChangeLog	2018-09-21 19:25:21 UTC (rev 236344)
+++ trunk/LayoutTests/ChangeLog	2018-09-21 19:30:20 UTC (rev 236345)
@@ -1,3 +1,18 @@
+2018-09-21  Megan Gardner  <megan_gard...@apple.com>
+
+        [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:
+
 2018-09-20  Simon Fraser  <simon.fra...@apple.com>
 
         Make "overflow: overlay" a synonym for "overflow: auto"

Modified: trunk/LayoutTests/fast/gradients/conic-gradient-alpha-expected.html (236344 => 236345)


--- trunk/LayoutTests/fast/gradients/conic-gradient-alpha-expected.html	2018-09-21 19:25:21 UTC (rev 236344)
+++ trunk/LayoutTests/fast/gradients/conic-gradient-alpha-expected.html	2018-09-21 19:30:20 UTC (rev 236345)
@@ -37,7 +37,7 @@
         }
         .x {
             position: absolute;
-            -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%);
+            -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%);
         }
         #x {
             background-color:white;

Modified: trunk/LayoutTests/fast/gradients/conic-gradient-alpha.html (236344 => 236345)


--- trunk/LayoutTests/fast/gradients/conic-gradient-alpha.html	2018-09-21 19:25:21 UTC (rev 236344)
+++ trunk/LayoutTests/fast/gradients/conic-gradient-alpha.html	2018-09-21 19:30:20 UTC (rev 236345)
@@ -19,7 +19,7 @@
 
     .x {
         position: absolute;
-        -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%);
+        -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%);
     }
     #x {
         background-color:white;

Modified: trunk/LayoutTests/platform/ios-12/TestExpectations (236344 => 236345)


--- trunk/LayoutTests/platform/ios-12/TestExpectations	2018-09-21 19:25:21 UTC (rev 236344)
+++ trunk/LayoutTests/platform/ios-12/TestExpectations	2018-09-21 19:30:20 UTC (rev 236345)
@@ -34,7 +34,7 @@
 fast/gradients/conic-extended-stops.html [ Pass ]
 fast/gradients/conic-from-angle.html [ Pass ]
 fast/gradients/conic-repeating-last-stop.html [ Pass ]
-fast/gradients/conic-gradient-alpha.html [ ImageOnlyFailure ]
+fast/gradients/conic-gradient-alpha.html [ Pass ]
 fast/gradients/conic-gradient-extended-stops.html [ Pass ]
 fast/gradients/conic-gradient.html [ Pass ]
 fast/gradients/conic-two-hints.html [ Pass ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to