commit a1df3cb339d6d80198078266eea2a5250d030bbf
parent 0fda7dd9489461d78e8b0dfce0cd5aa487371de4
Author: Philip Rogers <pdr@chromium.org>
Date: Tue, 21 Oct 2025 10:38:45 +0000
Bug 1995415 [wpt PR 55557] - Fix fuzzy matching on overflow-clip-margin-border-radius.html, a=testonly
Automatic update from web-platform-tests
Fix fuzzy matching on overflow-clip-margin-border-radius.html
The following patch added fuzzy values:
https://github.com/web-platform-tests/wpt/commit/a51922866e78c929e57a2bb15cb51b13e60ce0c8
This specified "maxDifference=1;totalPixels=7" which means exactly that
amount of pixel differences, but the author likely meant up to that
amount. This patch relaxes the fuzzy values for this test.
Fixed: 450532078
Change-Id: I13e9b0817fa4d1328b0d40bd8c7a3af856933da1
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/7063819
Commit-Queue: Philip Rogers <pdr@chromium.org>
Commit-Queue: Stefan Zager <szager@chromium.org>
Reviewed-by: Stefan Zager <szager@chromium.org>
Auto-Submit: Philip Rogers <pdr@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1532580}
--
wpt-commits: c0c4fdc1d2b3b91231dd17456aeccdd4a0070e0e
wpt-pr: 55557
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/testing/web-platform/tests/css/css-overflow/overflow-clip-margin-border-radius.html b/testing/web-platform/tests/css/css-overflow/overflow-clip-margin-border-radius.html
@@ -6,7 +6,7 @@
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#shadow-shape">
<link rel="help" href="https://drafts.csswg.org/css-backgrounds-3/#border-radius">
<link rel="match" href="overflow-clip-margin-border-radius-ref.html">
-<meta name=fuzzy content="maxDifference=1;totalPixels=7">
+<meta name=fuzzy content="maxDifference=0-1;totalPixels=0-7">
<meta name="assert" content="
“The overflow clip edge is shaped in the corners exactly the same way
as an outer box-shadow with a spread radius of the same cumulative offset