NEW 115947
Sometimes end up with a RenderText with its own style
https://bugs.webkit.org/show_bug.cgi?id=115947
Summary Sometimes end up with a RenderText with its own style
Simon Fraser (smfr)
Reported 2013-05-10 17:29:08 PDT
While investigating https://bugs.webkit.org/show_bug.cgi?id=115946 I noticed that we end up with a RenderText that has its own style pointer, with visibility:visible under a RenderBlock with visibility:hidden style. This caused the associated layer to be marked as having visible contents, when in fact we ignore the RenderText's style at paint time.
Attachments
Simon Fraser (smfr)
Comment 1 2013-05-10 17:29:37 PDT
The compositing/contents-opaque/hidden-with-visible-text.html test shows this.
Note You need to log in before you can comment on or make changes to this bug.