| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
on cc wil be stuck until style invalidation is forced, which is how thisnit: will
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
on cc wil be stuck until style invalidation is forced, which is how thisClaire Chambersnit: will
Done
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
2 is the latest approved patch-set.
No files were changed between the latest approved patch-set and the submitted one.
[CC Clip Paths] Ensure PaintLayer
Mask-based clip paths require a PaintLayer to paint, however, one isn't
always necessarily guaranteed by the presence of a clip-path during the
delay of an animation, or during discontinuous keyframe pairs involving
clip-path: none. When there is no PaintLayer, the clip-path animation on
cc will be stuck until style invalidation is forced, which is how this
bug evaded web tests. A unit test invariant is added to capture this
issue in future.
To solve this issue, this CL reintroduces HasCurrentClipPathAnimation
style flag.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |