Bug 179337 - Combination of filter and overflow:hidden causes an element to not render
Summary: Combination of filter and overflow:hidden causes an element to not render
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-11-06 12:11 PST by Simon Fraser (smfr)
Modified: 2023-09-10 04:01 PDT (History)
4 users (show)

See Also:


Attachments
Testcase (819 bytes, text/html)
2017-11-06 12:11 PST, Simon Fraser (smfr)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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?