commit c19f89a688f26eda050435caee37976aad454b4d parent 1865d387449afff9931f3618741690147c9832ad Author: Tim Nguyen <nt1m@users.noreply.github.com> Date: Thu, 9 Oct 2025 20:38:13 +0000 Bug 1992476 [wpt PR 55236] - WebKit export of https://bugs.webkit.org/show_bug.cgi?id=298965, a=testonly Automatic update from web-platform-tests WebKit export: [Filters] Enable CoreGraphics GaussianBlur filter for layout tests (#55236) https://bugs.webkit.org/show_bug.cgi?id=298965 Co-authored-by: Said Abou-Hallawa <said@apple.com> -- wpt-commits: 62da2afb0f64f4f89fa6f120fe72d08b89338068 wpt-pr: 55236 Diffstat:
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/testing/web-platform/tests/css/css-view-transitions/new-content-captures-different-size.html b/testing/web-platform/tests/css/css-view-transitions/new-content-captures-different-size.html @@ -5,7 +5,7 @@ <link rel="help" href="https://drafts.csswg.org/css-view-transitions-1/"> <link rel="author" href="mailto:vmpstr@chromium.org"> <link rel="match" href="new-content-captures-different-size-ref.html"> -<meta name=fuzzy content="maxDifference=0-100; totalPixels=0-15393"> +<meta name=fuzzy content="maxDifference=0-100; totalPixels=0-15518"> <script src="/common/reftest-wait.js"></script> <style> html { diff --git a/testing/web-platform/tests/css/filter-effects/backdrop-filter-edge-pixels-2.html b/testing/web-platform/tests/css/filter-effects/backdrop-filter-edge-pixels-2.html @@ -1,5 +1,5 @@ <!DOCTYPE html> -<meta name=fuzzy content="maxDifference=0-25;totalPixels=0-30000"> +<meta name=fuzzy content="maxDifference=0-28;totalPixels=0-30000"> <link rel="author" href="mailto:masonf@chromium.org"> <link rel="author" href="mailto:flackr@chromium.org"> <link rel="help" href="https://drafts.fxtf.org/filter-effects-2/#BackdropFilterProperty"> diff --git a/testing/web-platform/tests/css/filter-effects/fixed-pos-filter-clip-001.html b/testing/web-platform/tests/css/filter-effects/fixed-pos-filter-clip-001.html @@ -1,5 +1,6 @@ <!DOCTYPE html> <meta charset="utf-8"> +<meta name="fuzzy" content="maxDifference=0-2; totalPixels=0-399"> <title>filter + fixed pos clipping</title> <link rel="author" title="Emilio Cobos Álvarez" href="mailto:emilio@crisal.io"> <link rel="author" title="Mozilla" href="https://mozilla.org">