[webkit-changes] [WebKit/WebKit] 485231: [ Sonoma arm64 ] css3/filters/effect-blur-hw.html ...

Said Abou-Hallawa noreply at github.com
Tue Oct 10 10:35:58 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 485231878ea3b1e5ea55508bfc47fd099815edfc
      https://github.com/WebKit/WebKit/commit/485231878ea3b1e5ea55508bfc47fd099815edfc
  Author: Said Abou-Hallawa <said at apple.com>
  Date:   2023-10-10 (Tue, 10 Oct 2023)

  Changed paths:
    M LayoutTests/css3/filters/effect-blur-hw-expected.html
    M LayoutTests/css3/filters/effect-blur-hw.html
    M LayoutTests/platform/mac/TestExpectations

  Log Message:
  -----------
  [ Sonoma arm64 ] css3/filters/effect-blur-hw.html is a consistent failure
https://bugs.webkit.org/show_bug.cgi?id=262750
rdar://116551869

Reviewed by Simon Fraser.

The last image is clipped in the expected page. Its filter has a GaussianBlur
effect (std = 10). The height of the target element is 90 pixels and the filter
element has outsets of 10% of the target element. So the top and bottom outset
are both equal to 9 pixels. This outset is not enough for this filter. So the
fix is to increase the dimension of the filter by 20% instead.

* LayoutTests/css3/filters/effect-blur-hw-expected.html:
* LayoutTests/css3/filters/effect-blur-hw.html:
* LayoutTests/platform/mac/TestExpectations:

Canonical link: https://commits.webkit.org/269152@main




More information about the webkit-changes mailing list