Title: [290378] trunk/LayoutTests
Revision
290378
Author
[email protected]
Date
2022-02-23 10:02:56 -0800 (Wed, 23 Feb 2022)

Log Message

Test gardening for [CSS Blending] Non-separable blend modes don't work
https://bugs.webkit.org/show_bug.cgi?id=131354

LayoutTests/imported/mozilla:

Unreviewed. Relanding with updated fuzzy data.
* svg/blend-color.svg:
* svg/blend-hue.svg:
* svg/blend-luminosity.svg:

LayoutTests:

Unreviewed.
* TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (290377 => 290378)


--- trunk/LayoutTests/ChangeLog	2022-02-23 17:50:53 UTC (rev 290377)
+++ trunk/LayoutTests/ChangeLog	2022-02-23 18:02:56 UTC (rev 290378)
@@ -1,3 +1,11 @@
+2022-02-23  Jon Lee  <[email protected]>
+
+        Test gardening for [CSS Blending] Non-separable blend modes don't work
+        https://bugs.webkit.org/show_bug.cgi?id=131354
+
+        Unreviewed.
+        * TestExpectations:
+
 2022-02-23  Andres Gonzalez  <[email protected]>
 
         Fix for assert crash in AccessibilityRenderObject::visiblePositionForIndex.

Modified: trunk/LayoutTests/TestExpectations (290377 => 290378)


--- trunk/LayoutTests/TestExpectations	2022-02-23 17:50:53 UTC (rev 290377)
+++ trunk/LayoutTests/TestExpectations	2022-02-23 18:02:56 UTC (rev 290378)
@@ -1959,11 +1959,7 @@
 webkit.org/b/139192 imported/mozilla/svg/smil/transform/rotate-angle-4.svg [ ImageOnlyFailure ]
 webkit.org/b/139192 imported/mozilla/svg/smil/transform/rotate-angle-5.svg [ ImageOnlyFailure ]
 webkit.org/b/139199 imported/mozilla/svg/as-image/img-content-outside-viewBox-1.html [ ImageOnlyFailure ]
-webkit.org/b/131354 imported/mozilla/svg/blend-color.svg [ ImageOnlyFailure ]
 webkit.org/b/131354 imported/mozilla/svg/blend-difference-stacking.html [ ImageOnlyFailure ]
-webkit.org/b/131354 imported/mozilla/svg/blend-hard-light.svg [ ImageOnlyFailure ]
-webkit.org/b/131354 imported/mozilla/svg/blend-hue.svg [ ImageOnlyFailure ]
-webkit.org/b/131354 imported/mozilla/svg/blend-luminosity.svg [ ImageOnlyFailure ]
 webkit.org/b/139210 imported/mozilla/svg/text/textLength-5.svg [ ImageOnlyFailure ]
 webkit.org/b/139210 imported/mozilla/svg/text/textLength-6.svg [ ImageOnlyFailure ]
 webkit.org/b/139237 imported/mozilla/svg/filters/feComposite-1.svg [ ImageOnlyFailure ]

Modified: trunk/LayoutTests/imported/mozilla/ChangeLog (290377 => 290378)


--- trunk/LayoutTests/imported/mozilla/ChangeLog	2022-02-23 17:50:53 UTC (rev 290377)
+++ trunk/LayoutTests/imported/mozilla/ChangeLog	2022-02-23 18:02:56 UTC (rev 290378)
@@ -1,3 +1,13 @@
+2022-02-19  Jon Lee  <[email protected]>
+
+        Test gardening for [CSS Blending] Non-separable blend modes don't work
+        https://bugs.webkit.org/show_bug.cgi?id=131354
+
+        Unreviewed. Relanding with updated fuzzy data.
+        * svg/blend-color.svg:
+        * svg/blend-hue.svg:
+        * svg/blend-luminosity.svg:
+
 2022-02-22  Jonathan Bedard  <[email protected]>
 
         Unreviewed, reverting r290220.

Modified: trunk/LayoutTests/imported/mozilla/svg/blend-color.svg (290377 => 290378)


--- trunk/LayoutTests/imported/mozilla/svg/blend-color.svg	2022-02-23 17:50:53 UTC (rev 290377)
+++ trunk/LayoutTests/imported/mozilla/svg/blend-color.svg	2022-02-23 18:02:56 UTC (rev 290378)
@@ -3,6 +3,7 @@
      http://creativecommons.org/publicdomain/zero/1.0/
 -->
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400" >
+<meta name="fuzzy" content="maxDifference=0-2; totalPixels=8000-11200" />
 <defs>
   <g id="patch">
     <rect x="0" y="0" width="40" height="160" fill="rgb(255,0,0)"/>

Modified: trunk/LayoutTests/imported/mozilla/svg/blend-hue.svg (290377 => 290378)


--- trunk/LayoutTests/imported/mozilla/svg/blend-hue.svg	2022-02-23 17:50:53 UTC (rev 290377)
+++ trunk/LayoutTests/imported/mozilla/svg/blend-hue.svg	2022-02-23 18:02:56 UTC (rev 290378)
@@ -3,6 +3,7 @@
      http://creativecommons.org/publicdomain/zero/1.0/
 -->
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400" >
+<meta name="fuzzy" content="maxDifference=0-2; totalPixels=8000-11200" />
 <defs>
   <g id="patch">
     <rect x="0" y="0" width="40" height="160" fill="rgb(255,0,0)"/>

Modified: trunk/LayoutTests/imported/mozilla/svg/blend-luminosity.svg (290377 => 290378)


--- trunk/LayoutTests/imported/mozilla/svg/blend-luminosity.svg	2022-02-23 17:50:53 UTC (rev 290377)
+++ trunk/LayoutTests/imported/mozilla/svg/blend-luminosity.svg	2022-02-23 18:02:56 UTC (rev 290378)
@@ -3,6 +3,7 @@
      http://creativecommons.org/publicdomain/zero/1.0/
 -->
 <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="400" height="400" >
+<meta name="fuzzy" content="maxDifference=0-2; totalPixels=8000-11200" />
 <defs>
   <g id="patch">
     <rect x="0" y="0" width="40" height="160" fill="rgb(255,0,0)"/>
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to