When clip-path is present and the content is subpixel positioned, the clipping is not correct.
Created attachment 254466 [details] Patch
rdar://problem/20824305
Comment on attachment 254466 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=254466&action=review > Source/WebCore/rendering/RenderLayer.cpp:4087 > + Path path = computeClipPath(paintingOffsetFromRoot, rootRelativeBounds, windRule); Doesn't rootRelativeBounds need to be snapped?
Created attachment 254504 [details] Patch
Created attachment 254508 [details] Patch
Comment on attachment 254508 [details] Patch Clearing flags on attachment: 254508 Committed r185343: <http://trac.webkit.org/changeset/185343>
All reviewed patches have been landed. Closing bug.