WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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.
Top of Page
Format For Printing
XML
Clone This Bug