Title: [289548] trunk/LayoutTests
Revision
289548
Author
[email protected]
Date
2022-02-10 09:46:59 -0800 (Thu, 10 Feb 2022)

Log Message

Unreviewed gardening.

LayoutTests/imported/w3c:

Add fuzzy data based on EWS results to support b231828.
* web-platform-tests/css/motion/offset-rotate-004.html:

LayoutTests:

Add or update fuzzy data based on EWS results to support b231828.
* css3/color-filters/color-filter-color-property-list-item.html:
* css3/color-filters/color-filter-text-decoration-shadow.html:
* css3/filters/backdrop/backdrop-filter-uneven-corner-radii.html:
* css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-remove.html:
* fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html:
* fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (289547 => 289548)


--- trunk/LayoutTests/ChangeLog	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/ChangeLog	2022-02-10 17:46:59 UTC (rev 289548)
@@ -1,3 +1,15 @@
+2022-02-10  Jon Lee  <[email protected]>
+
+        Unreviewed gardening.
+
+        Add or update fuzzy data based on EWS results to support b231828.
+        * css3/color-filters/color-filter-color-property-list-item.html:
+        * css3/color-filters/color-filter-text-decoration-shadow.html:
+        * css3/filters/backdrop/backdrop-filter-uneven-corner-radii.html:
+        * css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-remove.html:
+        * fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html:
+        * fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html:
+
 2022-02-10  Chris Dumez  <[email protected]>
 
         Resync web-platform-tests/eventsource from upstream

Modified: trunk/LayoutTests/css3/color-filters/color-filter-color-property-list-item.html (289547 => 289548)


--- trunk/LayoutTests/css3/color-filters/color-filter-color-property-list-item.html	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/css3/color-filters/color-filter-color-property-list-item.html	2022-02-10 17:46:59 UTC (rev 289548)
@@ -6,6 +6,7 @@
         <link rel="match" href=""
 
         <meta name="assert" content="-apple-color-filter affects the color of a list item bullet">
+        <meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-2310">
         <style type="text/css">
             div.test
             {

Modified: trunk/LayoutTests/css3/color-filters/color-filter-text-decoration-shadow.html (289547 => 289548)


--- trunk/LayoutTests/css3/color-filters/color-filter-text-decoration-shadow.html	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/css3/color-filters/color-filter-text-decoration-shadow.html	2022-02-10 17:46:59 UTC (rev 289548)
@@ -6,7 +6,7 @@
         <link rel="match" href=""
 
         <meta name="assert" content="-apple-color-filter affects text decoration shadows">
-        <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-9388">
+        <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-9400">
         <style type="text/css">
             .test
             {

Modified: trunk/LayoutTests/css3/filters/backdrop/backdrop-filter-uneven-corner-radii.html (289547 => 289548)


--- trunk/LayoutTests/css3/filters/backdrop/backdrop-filter-uneven-corner-radii.html	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/css3/filters/backdrop/backdrop-filter-uneven-corner-radii.html	2022-02-10 17:46:59 UTC (rev 289548)
@@ -1,6 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
+<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-710" />
 <style>
 .container {
     position: absolute;

Modified: trunk/LayoutTests/css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-remove.html (289547 => 289548)


--- trunk/LayoutTests/css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-remove.html	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/css3/filters/backdrop/backdrop-filter-with-border-radius-and-reflection-remove.html	2022-02-10 17:46:59 UTC (rev 289548)
@@ -1,5 +1,6 @@
 <head>
     <meta name="viewport" content="width=device-width">
+    <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-2">
     <title>This tests that we correctly remove the reflection of an element with a backdrop-filter applied to it.</title>
     <style>
 

Modified: trunk/LayoutTests/fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html (289547 => 289548)


--- trunk/LayoutTests/fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/fast/borders/hidpi-border-radius-with-subpixel-margin-not-renderable.html	2022-02-10 17:46:59 UTC (rev 289548)
@@ -2,6 +2,7 @@
 <html>
 <head>
 <title>This tests that rounded rect on subpixel position stays renderable.</title>
+<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1">
 <style>
   div {
     width: 20px;

Modified: trunk/LayoutTests/fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html (289547 => 289548)


--- trunk/LayoutTests/fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/fast/css/cascade/box-shadow-and-webkit-box-shadow-cascade-order.html	2022-02-10 17:46:59 UTC (rev 289548)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-<meta name="fuzzy" content="maxDifference=0-11;totalPixels=9100-9300" />
+<meta name="fuzzy" content="maxDifference=0-11;totalPixels=9100-10300" />
 <style>
 .square {
     display: inline-block;

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (289547 => 289548)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2022-02-10 17:46:59 UTC (rev 289548)
@@ -1,3 +1,10 @@
+2022-02-10  Jon Lee  <[email protected]>
+
+        Unreviewed gardening.
+
+        Add fuzzy data based on EWS results to support b231828.
+        * web-platform-tests/css/motion/offset-rotate-004.html:
+
 2022-02-10  Chris Dumez  <[email protected]>
 
         Resync web-platform-tests/url from upstream

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/motion/offset-rotate-004.html (289547 => 289548)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/motion/offset-rotate-004.html	2022-02-10 17:46:51 UTC (rev 289547)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/motion/offset-rotate-004.html	2022-02-10 17:46:59 UTC (rev 289548)
@@ -5,6 +5,7 @@
     <link rel="help" href=""
     <link rel="match" href=""
     <meta name="assert" content="This tests offset-rotate auto with path()">
+    <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-57">
     <style>
       #target {
         position: absolute;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to