Diff
Modified: trunk/LayoutTests/ChangeLog (291766 => 291767)
--- trunk/LayoutTests/ChangeLog 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/ChangeLog 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,3 +1,13 @@
+2022-03-23 Jon Lee <jon...@apple.com>
+
+ Unreviewed fuzzy gardening.
+
+ * fast/multicol/columns-on-body.html:
+ * http/tests/images/draw-pattern-slow-load-large-image.html:
+ * imported/blink/fast/gradients/gradient-transparency.html:
+ * imported/blink/fast/text/international/rtl-space-in-ltr-element.html:
+ * svg/custom/hidpi-masking-clipping.svg:
+
2022-03-23 Robert Jenner <jen...@apple.com>
[ iOS EWS ] editing/deleting/insert-in-orphaned-selection-crash.html is a constant text failure
Modified: trunk/LayoutTests/fast/multicol/columns-on-body.html (291766 => 291767)
--- trunk/LayoutTests/fast/multicol/columns-on-body.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/fast/multicol/columns-on-body.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,6 +1,7 @@
<html>
<head>
<title>This tests columns on the body element.</title>
+<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-1">
<style>
body {
font-size: 30px;
Modified: trunk/LayoutTests/http/tests/images/draw-pattern-slow-load-large-image.html (291766 => 291767)
--- trunk/LayoutTests/http/tests/images/draw-pattern-slow-load-large-image.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/http/tests/images/draw-pattern-slow-load-large-image.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,3 +1,4 @@
+<meta name="fuzzy" content="maxDifference=0-4; totalPixels=0-100">
<style>
.box {
width: 300px;
Modified: trunk/LayoutTests/imported/blink/fast/gradients/gradient-transparency.html (291766 => 291767)
--- trunk/LayoutTests/imported/blink/fast/gradients/gradient-transparency.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/blink/fast/gradients/gradient-transparency.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,5 +1,6 @@
<html>
<head>
+ <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-15945">
<style>
div, canvas, svg {
width: 200px;
Modified: trunk/LayoutTests/imported/blink/fast/text/international/rtl-space-in-ltr-element.html (291766 => 291767)
--- trunk/LayoutTests/imported/blink/fast/text/international/rtl-space-in-ltr-element.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/blink/fast/text/international/rtl-space-in-ltr-element.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -2,6 +2,7 @@
<html>
<head>
<meta charset="utf-8">
+ <meta name="fuzzy" content="maxDifference=0-3; totalPixels=0-108">
<style>
div { font-size: 64px; display: inline-block; border: 1px solid red; }
</style>
Modified: trunk/LayoutTests/imported/mozilla/ChangeLog (291766 => 291767)
--- trunk/LayoutTests/imported/mozilla/ChangeLog 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/mozilla/ChangeLog 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,3 +1,10 @@
+2022-03-23 Jon Lee <jon...@apple.com>
+
+ Unreviewed fuzzy gardening.
+
+ * svg/filters/feImage-1.svg:
+ * svg/text/simple-fill-gradient.svg:
+
2022-02-19 Jon Lee <jon...@apple.com>
Test gardening for [CSS Blending] Non-separable blend modes don't work
Modified: trunk/LayoutTests/imported/mozilla/svg/filters/feImage-1.svg (291766 => 291767)
--- trunk/LayoutTests/imported/mozilla/svg/filters/feImage-1.svg 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/mozilla/svg/filters/feImage-1.svg 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
-<meta name="fuzzy" content="maxDifference=0-45;totalPixels=0-2627" />
+<meta name="fuzzy" content="maxDifference=0-52;totalPixels=0-2680" />
<filter id="f1" filterUnits="userSpaceOnUse" primitiveUnits="userSpaceOnUse"
x="10" y="10" width="700" height="700">
<feImage xlink:href="" x="10" y="10" width="600" height="58"
Modified: trunk/LayoutTests/imported/mozilla/svg/text/simple-fill-gradient.svg (291766 => 291767)
--- trunk/LayoutTests/imported/mozilla/svg/text/simple-fill-gradient.svg 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/mozilla/svg/text/simple-fill-gradient.svg 2022-03-23 21:27:33 UTC (rev 291767)
@@ -3,7 +3,7 @@
http://creativecommons.org/publicdomain/zero/1.0/
-->
<svg xmlns="http://www.w3.org/2000/svg" width="700" height="200" viewBox="0 0 700 200">
- <meta name="fuzzy" content="maxDifference=0-2;totalPixels=120-130" />
+ <meta name="fuzzy" content="maxDifference=0-2;totalPixels=120-135" />
<style>
@font-face {
font-family: Ahem;
Modified: trunk/LayoutTests/imported/w3c/ChangeLog (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/ChangeLog 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/ChangeLog 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,3 +1,17 @@
+2022-03-23 Jon Lee <jon...@apple.com>
+
+ Unreviewed fuzzy gardening.
+
+ * web-platform-tests/css/css-backgrounds/background-gradient-subpixel-fills-area.html:
+ * web-platform-tests/css/css-backgrounds/background-repeat-space-6.html:
+ * web-platform-tests/css/css-backgrounds/background-rounded-image-clip.html:
+ * web-platform-tests/css/css-backgrounds/border-bottom-right-radius-005.xht:
+ * web-platform-tests/css/css-backgrounds/border-top-left-radius-005.xht:
+ * web-platform-tests/css/css-backgrounds/border-top-right-radius-005.xht:
+ * web-platform-tests/css/css-backgrounds/css-box-shadow-001.html:
+ * web-platform-tests/css/css-transforms/2d-rotate-001.html:
+ * web-platform-tests/css/css-transforms/css-skew-002.html:
+
2022-03-23 Ziran Sun <z...@igalia.com>
[InputElement] Add HTMLInputElement::showPicker() method
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-gradient-subpixel-fills-area.html (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-gradient-subpixel-fills-area.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-gradient-subpixel-fills-area.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -5,6 +5,7 @@
<link rel="author" title="schenney" href=""
<link rel="help" href=""
<link rel="match" href=""
+ <meta name="fuzzy" content="maxDifference=0-3; totalPixels=0-1518" />
<style>
ul {
width: 396.875px;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-repeat-space-6.html (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-repeat-space-6.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-repeat-space-6.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -8,7 +8,7 @@
<link rel="help" href=""
<link rel="match" href=""
<meta name="assert" content="Test checks whether background-repeat: 'round space' works correctly or not.">
- <meta name="fuzzy" content="maxDifference=0-48; totalPixels=0-15780">
+ <meta name="fuzzy" content="maxDifference=0-48; totalPixels=0-15880">
<style type="text/css">
.outer {
width: 192px;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-rounded-image-clip.html (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-rounded-image-clip.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/background-rounded-image-clip.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<meta charset="utf-8">
<title>Background Clip Follows Rounded Corner</title>
-<meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-18463">
+<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-22547">
<link rel="match" href=""
<link rel="help" href=""
<style>
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-bottom-right-radius-005.xht (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-bottom-right-radius-005.xht 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-bottom-right-radius-005.xht 2022-03-23 21:27:33 UTC (rev 291767)
@@ -3,6 +3,7 @@
<title>border-bottom-right-radius using two percentages</title>
<link rel="match" href="" />
<link rel="help" href="" />
+ <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1" />
<style type="text/css">
div
{
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-top-left-radius-005.xht (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-top-left-radius-005.xht 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-top-left-radius-005.xht 2022-03-23 21:27:33 UTC (rev 291767)
@@ -3,6 +3,7 @@
<title>border-top-left-radius using two percentages</title>
<link rel="match" href="" />
<link rel="help" href="" />
+ <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1" />
<style type="text/css">
div
{
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-top-right-radius-005.xht (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-top-right-radius-005.xht 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/border-top-right-radius-005.xht 2022-03-23 21:27:33 UTC (rev 291767)
@@ -3,6 +3,7 @@
<title>border-top-right-radius using two percentages</title>
<link rel="match" href="" />
<link rel="help" href="" />
+ <meta name="fuzzy" content="maxDifference=0-1; totalPixels=0-1" />
<style type="text/css">
div
{
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/css-box-shadow-001.html (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/css-box-shadow-001.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-backgrounds/css-box-shadow-001.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -6,7 +6,7 @@
<link rel="help" href=""
<link rel="help" href=""
<link rel="match" href=""
- <meta name="fuzzy" content="maxDifference=0-52; totalPixels=0-138">
+ <meta name="fuzzy" content="maxDifference=0-56; totalPixels=0-138">
<style type="text/css">
.greenSquare-shadow{
position: absolute;
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transforms/2d-rotate-001.html (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transforms/2d-rotate-001.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transforms/2d-rotate-001.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -5,7 +5,7 @@
<link rel="author" title="Rick Hurst" href=""
<link rel="help" href=""
<link rel="match" href=""
- <meta name="fuzzy" content="maxDifference=87-159;totalPixels=643-1224">
+ <meta name="fuzzy" content="maxDifference=87-159;totalPixels=490-1224">
<meta name="flags" content="svg">
<meta name="assert" content="asserting that you can rotate an element with CSS">
<style type="text/css">
Modified: trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transforms/css-skew-002.html (291766 => 291767)
--- trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transforms/css-skew-002.html 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/imported/w3c/web-platform-tests/css/css-transforms/css-skew-002.html 2022-03-23 21:27:33 UTC (rev 291767)
@@ -6,7 +6,7 @@
<link rel="help" href=""
<link rel="author" title="Adrien Pachkoff" href=""
<link rel="match" href=""
- <meta name="fuzzy" content="maxDifference=5-36;totalPixels=12-159">
+ <meta name="fuzzy" content="maxDifference=4-36;totalPixels=2-159">
<style type="text/css">
div {
top:0px;
Modified: trunk/LayoutTests/svg/custom/hidpi-masking-clipping.svg (291766 => 291767)
--- trunk/LayoutTests/svg/custom/hidpi-masking-clipping.svg 2022-03-23 21:21:59 UTC (rev 291766)
+++ trunk/LayoutTests/svg/custom/hidpi-masking-clipping.svg 2022-03-23 21:27:33 UTC (rev 291767)
@@ -1,5 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg">
- <meta name="fuzzy" content="maxDifference=0-39; totalPixels=0-823" />
+ <meta name="fuzzy" content="maxDifference=0-39; totalPixels=0-825" />
<style>
text {
-webkit-font-smoothing: antialiased;