RESOLVED FIXED 165489
Two tiled drawing tests failing with visual viewports enabled.
https://bugs.webkit.org/show_bug.cgi?id=165489
Summary Two tiled drawing tests failing with visual viewports enabled.
Simon Fraser (smfr)
Reported 2016-12-06 14:00:36 PST
[29/132] tiled-drawing/scrolling/frames/coordinated-frame-gain-scrolling-ancestor.html failed unexpectedly (text diff) [49/132] tiled-drawing/scrolling/frames/coordinated-frame-lose-scrolling-ancestor.html failed unexpectedly (text diff) Problem is that we update the layout viewport when the visual viewport is empty, for subframes: FrameView 0x121bf0b80 updateLayoutViewport() layoutViewport: (0,0) width=0 height=0 visualViewport: (0,0) width=500 height=300 scroll positions: min: (0,0) max: (0,0) layoutViewport changed to (500,300) width=0 height=0
Attachments
Patch (6.95 KB, patch)
2016-12-06 21:03 PST, Simon Fraser (smfr)
dino: review+
Simon Fraser (smfr)
Comment 1 2016-12-06 15:18:22 PST
Simon Fraser (smfr)
Comment 2 2016-12-06 21:03:21 PST
Dean Jackson
Comment 3 2016-12-06 21:10:53 PST
Comment on attachment 296370 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=296370&action=review > Source/WebCore/page/FrameView.cpp:1800 > + Get rid of these spaces.
Simon Fraser (smfr)
Comment 4 2016-12-06 21:15:13 PST
Note You need to log in before you can comment on or make changes to this bug.