NEW 136396
A masked, visibility:hidden element with hidden descendants fails to mask descendants
https://bugs.webkit.org/show_bug.cgi?id=136396
Summary A masked, visibility:hidden element with hidden descendants fails to mask des...
Simon Fraser (smfr)
Reported 2014-08-29 16:53:53 PDT
Created attachment 237390 [details] Testcase An element with a mask and visibility:hidden, but a visibility:visible descendant, will fail to render that descendant with the mask, and it probably should.
Attachments
Testcase (1.71 KB, text/html)
2014-08-29 16:53 PDT, Simon Fraser (smfr)
no flags
Dirk Schulze
Comment 1 2014-09-01 06:10:57 PDT
It indeed is in Firefox. Open the following example in Firefox. You'll see a green circle: http://codepen.io/anon/pen/pujGC
Note You need to log in before you can comment on or make changes to this bug.