Bug 73055
| Summary: | [chromium] Verify that CCDamageTracker works properly with masks and replicas. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Shawn Singh <shawnsingh> |
| Component: | Layout and Rendering | Assignee: | Shawn Singh <shawnsingh> |
| Status: | RESOLVED WONTFIX | ||
| Severity: | Normal | CC: | enne, jamesr, nduca |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Shawn Singh
Working unit tests that cover this are already being submitted along with https://bugs.webkit.org/show_bug.cgi?id=72520, however it is very likely that there are still problems with damage tracking CSS reflections and masks. The problem is that transform logic is a bit messy, and the most effective way to make the tests more robust is to visualize results (and use layout tests) after the scissoring optimization is implemented.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Nat Duca
Is this bug still alive?
Shawn Singh
Its already been addressed by other more recent bugs and I feel comfortable that it is decently tested. Any other bugs that come up can be addressed as they arise.
Thanks =)