The root view bounds and contentSize need to be scaled :|
<rdar://problem/17445835>
Created attachment 233775 [details] patch
Comment on attachment 233775 [details] patch Updating the frame to account for the scale makes sense. But updating this on scroll make no absolutely no sense to me.
(In reply to comment #3) > (From update of attachment 233775 [details]) > Updating the frame to account for the scale makes sense. > > But updating this on scroll make no absolutely no sense to me. It ... isn't updated on scroll. Only web_setContentProviderData and web_setMinimumSize call _computePageAndDocumentFrames. Maybe you're thinking of _revalidateViews? Or I'm missing something?
http://trac.webkit.org/changeset/170439