Bug 115947
| Summary: | Sometimes end up with a RenderText with its own style | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Simon Fraser (smfr) <simon.fraser> |
| Component: | Layout and Rendering | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | kling, koivisto, simon.fraser |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Simon Fraser (smfr)
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)
The compositing/contents-opaque/hidden-with-visible-text.html test shows this.