1. Open google.com with iOS user agent string. 1. Search for something with videos. 3. Tap the "videos". Notice that the video thumbnail overlay the title/text.
rdar://problem/18559546
Created attachment 240167 [details] Patch
Comment on attachment 240167 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=240167&action=review > Source/WebCore/rendering/RenderLayer.h:101 > + bool effectedByRadius() const { return m_effectedByRadius; } > + void setEffectedByRadius(bool effectedByRadius) { m_effectedByRadius = effectedByRadius; } effected -> affected everywhere.
Created attachment 240207 [details] Patch
Comment on attachment 240207 [details] Patch Clearing flags on attachment: 240207 Committed r174986: <http://trac.webkit.org/changeset/174986>
All reviewed patches have been landed. Closing bug.
This broke css "clip".