[iOS WK2] Fixed elements can go outside the document on pinching
Created attachment 231197 [details] Patch
<rdar://problem/16870835>
Comment on attachment 231197 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=231197&action=review > Source/WebKit2/UIProcess/ios/WKContentView.mm:295 > +static inline float adjustedUnexposedEdge(float documentEdge, float exposedRectEdge, float factor) maybe adjustedUnexposedEdge -> adjustedUnexposedMinEdge
https://trac.webkit.org/r168560