For clip-path which references SVG (e.g. `clip-path: url(#foo);`) we currently paint the mask into a masking compositing layer, which is inefficient when we repaint that mask on every frame, as we do on stackoverflow.com.
<rdar://problem/111870932>
Pull request: https://github.com/WebKit/WebKit/pull/15612