Hi Team, While going through WebKit's commit, I came across another test case where all browsers are different and by merging Blink commit, we start doing bit better (IMO?). Blink Commit: https://src.chromium.org/viewvc/blink?view=revision&revision=186886 WebKit SOurce: https://searchfox.org/wubkat/source/Source/WebCore/platform/graphics/filters/FEGaussianBlur.cpp#87 ^ Remove Line 87 and change Line 92 as below: return clampTo<int>(size); _______ I think getting some input from Simon, Said and Nikolas would be good. Thanks!
Created attachment 466720 [details] All browsers result in test case
<rdar://problem/111241971>