Title: [290072] trunk/LayoutTests
Revision
290072
Author
jon...@apple.com
Date
2022-02-17 13:52:41 -0800 (Thu, 17 Feb 2022)

Log Message

Unreviewed gardening. Add fuzzy data.

LayoutTests/imported/w3c:

* web-platform-tests/css/css-masking/clip-path/clip-path-ellipse-003.html:
* web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001.html:

LayoutTests:

* fast/borders/border-radius-on-html.html:
* fast/images/exif-orientation-svg-feimage.html:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (290071 => 290072)


--- trunk/LayoutTests/ChangeLog	2022-02-17 21:45:19 UTC (rev 290071)
+++ trunk/LayoutTests/ChangeLog	2022-02-17 21:52:41 UTC (rev 290072)
@@ -1,3 +1,10 @@
+2022-02-17  Jon Lee  <jon...@apple.com>
+
+        Unreviewed gardening. Add fuzzy data.
+
+        * fast/borders/border-radius-on-html.html:
+        * fast/images/exif-orientation-svg-feimage.html:
+
 2022-02-17  Ryan Haddad  <ryanhad...@apple.com>
 
         [iOS] css/css-color/t422-rgba-onscreen-b.xht and css/css-color/t425-hsla-onscreen-b.xht are consistently failing

Modified: trunk/LayoutTests/fast/borders/border-radius-on-html.html (290071 => 290072)


--- trunk/LayoutTests/fast/borders/border-radius-on-html.html	2022-02-17 21:45:19 UTC (rev 290071)
+++ trunk/LayoutTests/fast/borders/border-radius-on-html.html	2022-02-17 21:52:41 UTC (rev 290072)
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
 <head>
-<meta name="fuzzy" content="maxDifference=0-1;totalPixels=0-200" />
+<meta name="fuzzy" content="maxDifference=0-75; totalPixels=0-1486" />
 <title>This tests that border-radius on html renders correctly.</title>
 <style>
   html {

Modified: trunk/LayoutTests/fast/images/exif-orientation-svg-feimage.html (290071 => 290072)


--- trunk/LayoutTests/fast/images/exif-orientation-svg-feimage.html	2022-02-17 21:45:19 UTC (rev 290071)
+++ trunk/LayoutTests/fast/images/exif-orientation-svg-feimage.html	2022-02-17 21:52:41 UTC (rev 290072)
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
-<meta name="fuzzy" content="maxDifference=0-42;totalPixels=11350-12150" />
+<meta name="fuzzy" content="maxDifference=0-42;totalPixels=11350-12250" />
 <style>
     div.container {
         display: inline-block;

Modified: trunk/LayoutTests/imported/w3c/ChangeLog (290071 => 290072)


--- trunk/LayoutTests/imported/w3c/ChangeLog	2022-02-17 21:45:19 UTC (rev 290071)
+++ trunk/LayoutTests/imported/w3c/ChangeLog	2022-02-17 21:52:41 UTC (rev 290072)
@@ -1,3 +1,10 @@
+2022-02-17  Jon Lee  <jon...@apple.com>
+
+        Unreviewed gardening. Add fuzzy data.
+
+        * web-platform-tests/css/css-masking/clip-path/clip-path-ellipse-003.html:
+        * web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001.html:
+
 2022-02-17  Antti Koivisto  <an...@apple.com>
 
         [CSS Container Queries] Support full range notation in size queries

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-masking/clip-path/clip-path-ellipse-003.html (290071 => 290072)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-masking/clip-path/clip-path-ellipse-003.html	2022-02-17 21:45:19 UTC (rev 290071)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-masking/clip-path/clip-path-ellipse-003.html	2022-02-17 21:52:41 UTC (rev 290072)
@@ -11,7 +11,7 @@
 	arguments. Percentage values are relative to a reference box. If no
 	reference box was specified, percentage values are relative to border-box.
 	On pass there should be a full green circle.">
-	<meta name="fuzzy" content="maxDifference=0-59; totalPixels=0-248">
+	<meta name="fuzzy" content="maxDifference=0-60; totalPixels=0-394">
 </head>
 <body>
 	<p>The test passes if there is a full green circle.</p>

Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001.html (290071 => 290072)


--- trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001.html	2022-02-17 21:45:19 UTC (rev 290071)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/html/semantics/grouping-content/the-li-element/grouping-li-reftest-001.html	2022-02-17 21:52:41 UTC (rev 290072)
@@ -7,6 +7,7 @@
     <link rel="help" href=""
     <link rel="match" href="" />
     <meta name="assert" content="The value attribute has no effect when applied to a li element whose parent is a non-ol element." />
+    <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-5" />
 </head>
 <body>
     <h1>Description</h1>
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to