Bug 179337

Summary: Combination of filter and overflow:hidden causes an element to not render
Product: WebKit Reporter: Simon Fraser (smfr) <simon.fraser>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: ahmad.saleem792, bfulgham, simon.fraser, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Testcase none

Description Simon Fraser (smfr) 2017-11-06 12:11:09 PST
Created attachment 326148 [details]
Testcase

An element with overflow:hidden and a filter fails to render. See attachment.
Comment 1 Alexey Proskuryakov 2017-11-06 17:14:49 PST
Firefox fails this test too (but Chrome doesn't).
Comment 2 Ahmad Saleem 2023-09-10 04:01:20 PDT
I am getting grey color in container across all browsers (Safari 16.6, Chrome Canary 118 and Firefox Nightly 118). All browsers are doing same.

Do we need to track it or we are testing this wrong?