haikuwebkit/LayoutTests/tiled-drawing/tile-coverage-iframe-to-zer...

107 lines
4.1 KiB
Plaintext
Raw Permalink Normal View History

(GraphicsLayer
(anchor 0.00 0.00)
(bounds 858.00 5016.00)
(visible rect 0.00, 3000.00 785.00 x 585.00)
(coverage rect 0.00, 3000.00 785.00 x 585.00)
(intersects coverage rect 1)
(contentsScale 1.00)
(children 1
(GraphicsLayer
(bounds 858.00 5016.00)
(contentsOpaque 1)
(visible rect 0.00, 3000.00 785.00 x 585.00)
(coverage rect 0.00, 3000.00 785.00 x 585.00)
(intersects coverage rect 1)
(contentsScale 1.00)
(tile cache coverage 0, 2560 858 x 1536)
(tile size 512 x 512)
(top left tile 0, 5 tiles grid 2 x 3)
(in window 1)
(children 1
(GraphicsLayer
Make GraphicsLayer::dumpProperties dump m_offsetFromRenderer https://bugs.webkit.org/show_bug.cgi?id=180473 Source/WebCore: Patch by Frederic Wang <fwang@igalia.com> on 2017-12-14 Reviewed by Antonio Gomes. No new tests, this is just a new debug info. * platform/graphics/GraphicsLayer.cpp: (WebCore::GraphicsLayer::dumpProperties const): Dump the offset from renderer if nonzero. LayoutTests: Update test expectations to include the "offset from renderer" values. Existing tests insert the output of layerTreeAsText into some divs which may cause the corresponding GraphicsLayers to become slightly taller. We thus make the necessary adjustments. Patch by Frederic Wang <fwang@igalia.com> on 2017-12-14 Reviewed by Antonio Gomes. * compositing/backing/no-backing-for-clip-expected.txt: * compositing/backing/no-backing-for-clip-overlap-expected.txt: * compositing/backing/transform-transition-from-outside-view-expected.txt: * compositing/bounds-in-flipped-writing-mode-expected.txt: * compositing/columns/composited-in-paginated-rl-expected.txt: * compositing/columns/composited-lr-paginated-repaint-expected.txt: * compositing/columns/composited-rl-paginated-repaint-expected.txt: * compositing/contents-format/subpixel-antialiased-nested-layer-expected.txt: * compositing/contents-format/subpixel-antialiased-text-configs-antialiasing-style-expected.txt: * compositing/contents-format/subpixel-antialiased-text-configs-expected.txt: * compositing/contents-format/subpixel-antialiased-text-images-expected.txt: * compositing/contents-format/subpixel-antialiased-text-traversal-expected.txt: * compositing/contents-format/subpixel-antialiased-text-visibility-expected.txt: * compositing/contents-opaque/overflow-hidden-child-layers-expected.txt: * compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: * compositing/filters/sw-nested-shadow-overlaps-hw-nested-shadow-expected.txt: * compositing/filters/sw-shadow-overlaps-hw-shadow-expected.txt: * compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: * compositing/geometry/bounds-ignores-hidden-dynamic-expected.txt: * compositing/geometry/bounds-ignores-hidden-expected.txt: * compositing/geometry/clip-expected.txt: * compositing/geometry/clip-inside-expected.txt: * compositing/geometry/fixed-position-flipped-writing-mode-expected.txt: * compositing/geometry/flipped-writing-mode-expected.txt: * compositing/geometry/foreground-layer-expected.txt: * compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: * compositing/geometry/limit-layer-bounds-fixed-expected.txt: * compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: * compositing/geometry/limit-layer-bounds-opacity-transition-expected.txt: * compositing/geometry/limit-layer-bounds-positioned-expected.txt: * compositing/geometry/limit-layer-bounds-positioned-transition-expected.txt: * compositing/geometry/limit-layer-bounds-transformed-expected.txt: * compositing/iframes/composited-parent-iframe-expected.txt: * compositing/iframes/connect-compositing-iframe-delayed-expected.txt: * compositing/iframes/connect-compositing-iframe-expected.txt: * compositing/iframes/connect-compositing-iframe2-expected.txt: * compositing/iframes/connect-compositing-iframe3-expected.txt: * compositing/iframes/enter-compositing-iframe-expected.txt: * compositing/iframes/iframe-resize-expected.txt: * compositing/iframes/overlapped-iframe-expected.txt: * compositing/iframes/page-cache-layer-tree-expected.txt: * compositing/iframes/scrolling-iframe-expected.txt: * compositing/images/clip-on-directly-composited-image-expected.txt: * compositing/ios/overflow-scroll-touch-tiles-expected.txt: * compositing/layer-creation/fixed-overlap-extent-expected.txt: * compositing/layer-creation/fixed-overlap-extent-rtl-expected.txt: * compositing/layer-creation/fixed-position-under-transform-expected.txt: * compositing/layer-creation/mismatched-rotated-transform-animation-overlap-expected.txt: * compositing/layer-creation/mismatched-rotated-transform-transition-overlap-expected.txt: * compositing/layer-creation/mismatched-transform-transition-overlap-expected.txt: * compositing/layer-creation/multiple-keyframes-animation-overlap-expected.txt: * compositing/layer-creation/overflow-scroll-overlap-expected.txt: * compositing/layer-creation/overlap-animation-clipping-expected.txt: * compositing/layer-creation/overlap-animation-expected.txt: * compositing/layer-creation/overlap-child-layer-expected.txt: * compositing/layer-creation/overlap-transformed-layer-expected.txt: * compositing/layer-creation/overlap-transforms-expected.txt: * compositing/layer-creation/rotate3d-overlap-expected.txt: * compositing/layer-creation/scale-rotation-animation-overlap-expected.txt: * compositing/layer-creation/scale-rotation-transition-overlap-expected.txt: * compositing/layer-creation/stacking-context-overlap-nested-expected.txt: * compositing/layer-creation/translate-animation-overlap-expected.txt: * compositing/layer-creation/translate-scale-animation-overlap-expected.txt: * compositing/layer-creation/translate-scale-transition-overlap-expected.txt: * compositing/layer-creation/translate-transition-overlap-expected.txt: * compositing/layer-creation/will-change-layer-creation-expected.txt: * compositing/overflow/clip-descendents-expected.txt: * compositing/overflow/overflow-scrollbar-layer-positions-expected.txt: * compositing/repaint/fixed-background-scroll-expected.txt: * compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint-expected.txt: * compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: * compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint-expected.txt: * compositing/repaint/repaint-on-layer-grouping-change-expected.txt: * compositing/rtl/rtl-absolute-overflow-expected.txt: * compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: * compositing/rtl/rtl-scrolling-with-transformed-descendants-expected.txt: * compositing/scrolling/touch-scroll-to-clip-expected.txt: * compositing/tiling/tiled-mask-inwindow-expected.txt: * compositing/tiling/tiled-reflection-inwindow-expected.txt: * compositing/tiling/transform-origin-tiled-expected.txt: * compositing/visible-rect/coverage-clipped-expected.txt: * compositing/visible-rect/coverage-scrolling-expected.txt: * fast/scrolling/ios/overflow-scroll-touch-expected.txt: * fast/scrolling/ios/subpixel-overflow-scrolling-with-ancestor-expected.txt: * platform/gtk/compositing/geometry/composited-in-columns-expected.txt: * platform/gtk/compositing/iframes/invisible-nested-iframe-show-expected.txt: * platform/gtk/compositing/layer-creation/overlap-animation-container-expected.txt: * platform/gtk/compositing/layer-creation/overlap-animation-expected.txt: * platform/gtk/compositing/layer-creation/will-change-layer-creation-expected.txt: * platform/gtk/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: * platform/gtk/compositing/overflow/composited-scrolling-paint-phases-expected.txt: * platform/ios-wk2/compositing/backing/no-backing-for-clip-expected.txt: * platform/ios-wk2/compositing/backing/no-backing-for-clip-overlap-expected.txt: * platform/ios-wk2/compositing/columns/composited-in-paginated-rl-expected.txt: * platform/ios-wk2/compositing/columns/composited-lr-paginated-repaint-expected.txt: * platform/ios-wk2/compositing/columns/composited-rl-paginated-repaint-expected.txt: * platform/ios-wk2/compositing/geometry/bounds-ignores-hidden-composited-descendant-expected.txt: * platform/ios-wk2/compositing/geometry/composited-in-columns-expected.txt: * platform/ios-wk2/compositing/geometry/limit-layer-bounds-fixed-expected.txt: * platform/ios-wk2/compositing/geometry/limit-layer-bounds-fixed-positioned-expected.txt: * platform/ios-wk2/compositing/iframes/composited-parent-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: * platform/ios-wk2/compositing/iframes/connect-compositing-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt: * platform/ios-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt: * platform/ios-wk2/compositing/iframes/enter-compositing-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/iframe-resize-expected.txt: * platform/ios-wk2/compositing/iframes/leave-compositing-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/overlapped-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: * platform/ios-wk2/compositing/iframes/scrolling-iframe-expected.txt: * platform/ios-wk2/compositing/layer-creation/fixed-position-under-transform-expected.txt: * platform/ios-wk2/compositing/repaint/fixed-background-scroll-expected.txt: * platform/ios-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt: * platform/ios-wk2/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: * platform/ios-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt: * platform/ios-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: * platform/ios-wk2/compositing/scrolling/touch-scroll-to-clip-expected.txt: * platform/ios-wk2/compositing/tiling/backface-preserve-3d-tiled-expected.txt: * platform/ios-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt: * platform/ios-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: * platform/ios-wk2/compositing/tiling/tiled-mask-inwindow-expected.txt: * platform/ios-wk2/compositing/tiling/tiled-reflection-inwindow-expected.txt: * platform/ios-wk2/compositing/tiling/transform-origin-tiled-expected.txt: * platform/ios-wk2/compositing/visibility/visibility-image-layers-dynamic-expected.txt: * platform/ios-wk2/compositing/visible-rect/2d-transformed-expected.txt: * platform/ios-wk2/compositing/visible-rect/3d-transformed-expected.txt: * platform/ios-wk2/compositing/visible-rect/clipped-visible-rect-expected.txt: * platform/ios-wk2/compositing/visible-rect/coverage-clipped-expected.txt: * platform/ios-wk2/compositing/visible-rect/coverage-scrolling-expected.txt: * platform/ios-wk2/compositing/visible-rect/flipped-preserve-3d-expected.txt: * platform/ios-wk2/compositing/visible-rect/iframe-and-layers-expected.txt: * platform/ios-wk2/compositing/visible-rect/nested-transform-expected.txt: * platform/ios/compositing/contents-format/subpixel-antialiased-nested-layer-expected.txt: * platform/ios/compositing/contents-format/subpixel-antialiased-text-traversal-expected.txt: * platform/ios/compositing/filters/sw-layer-overlaps-hw-shadow-expected.txt: * platform/ios/compositing/geometry/fixed-position-flipped-writing-mode-expected.txt: * platform/ios/compositing/geometry/limit-layer-bounds-clipping-ancestor-expected.txt: * platform/ios/compositing/iframes/invisible-nested-iframe-show-expected.txt: * platform/ios/compositing/images/clip-on-directly-composited-image-expected.txt: * platform/ios/compositing/layer-creation/overlap-animation-clipping-expected.txt: * platform/ios/compositing/layer-creation/overlap-animation-container-expected.txt: * platform/ios/compositing/layer-creation/scale-rotation-animation-overlap-expected.txt: * platform/ios/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: * platform/ios/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: * platform/ios/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: * platform/ios/compositing/rtl/rtl-scrolling-with-transformed-descendants-expected.txt: * platform/ios/compositing/visible-rect/3d-transform-style-expected.txt: * platform/ios/compositing/visible-rect/animated-expected.txt: * platform/ios/compositing/visible-rect/animated-from-none-expected.txt: * platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-expected.txt: * platform/ios/fast/scrolling/ios/overflow-scrolling-ancestor-clip-size-expected.txt: * platform/ios/fast/scrolling/ios/textarea-scroll-touch-expected.txt: * platform/ios/media/video-play-glyph-composited-outside-overflow-scrolling-touch-container-expected.txt: * platform/mac-elcapitan/compositing/contents-opaque/control-layer-expected.txt: * platform/mac-elcapitan/compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint-expected.txt: * platform/mac-sierra-wk1/compositing/repaint/iframes/composited-iframe-with-fixed-background-doc-repaint-expected.txt: * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint-expected.txt: * platform/mac-wk1/compositing/tiling/tiled-mask-inwindow-expected.txt: * platform/mac-wk1/compositing/tiling/tiled-reflection-inwindow-expected.txt: * platform/mac-wk1/compositing/tiling/transform-origin-tiled-expected.txt: * platform/mac-wk2/compositing/rtl/rtl-absolute-overflow-expected.txt: * platform/mac-wk2/compositing/rtl/rtl-absolute-overflow-scrolled-expected.txt: * platform/mac-wk2/compositing/rtl/rtl-fixed-overflow-expected.txt: * platform/mac-wk2/compositing/tiling/rotated-tiled-clamped-expected.txt: * platform/mac-wk2/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: * platform/mac/compositing/contents-format/subpixel-antialiased-text-configs-antialiasing-style-expected.txt: * platform/mac/compositing/contents-format/subpixel-antialiased-text-configs-expected.txt: * platform/mac/compositing/contents-format/subpixel-antialiased-text-images-expected.txt: * platform/mac/compositing/contents-format/subpixel-antialiased-text-traversal-expected.txt: * platform/mac/compositing/contents-format/subpixel-antialiased-text-visibility-expected.txt: * platform/mac/compositing/contents-opaque/control-layer-expected.txt: * platform/mac/compositing/geometry/composited-in-columns-expected.txt: * platform/mac/compositing/iframes/invisible-nested-iframe-show-expected.txt: * platform/mac/compositing/layer-creation/overlap-animation-container-expected.txt: * platform/mac/compositing/overflow/clipping-behaviour-change-is-not-propagated-to-descendants-expected.txt: * platform/mac/compositing/overflow/composited-scrolling-creates-a-stacking-container-expected.txt: * platform/mac/compositing/rtl/rtl-fixed-overflow-scrolled-expected.txt: * platform/mac/compositing/tiling/backface-preserve-3d-tiled-expected.txt: * platform/mac/compositing/tiling/rotated-tiled-clamped-expected.txt: * platform/mac/compositing/tiling/rotated-tiled-preserve3d-clamped-expected.txt: * platform/mac/compositing/visibility/visibility-image-layers-dynamic-expected.txt: * platform/mac/compositing/visible-rect/2d-transformed-expected.txt: * platform/mac/compositing/visible-rect/3d-transform-style-expected.txt: * platform/mac/compositing/visible-rect/3d-transformed-expected.txt: * platform/mac/compositing/visible-rect/animated-expected.txt: * platform/mac/compositing/visible-rect/animated-from-none-expected.txt: * platform/mac/compositing/visible-rect/clipped-visible-rect-expected.txt: * platform/mac/compositing/visible-rect/flipped-preserve-3d-expected.txt: * platform/mac/compositing/visible-rect/iframe-and-layers-expected.txt: * platform/mac/compositing/visible-rect/nested-transform-expected.txt: * tiled-drawing/scrolling/fixed/four-bars-zoomed-expected.txt: * tiled-drawing/scrolling/frames/fixed-inside-frame-expected.txt: * tiled-drawing/tile-coverage-iframe-to-zero-coverage-expected.txt: Canonical link: https://commits.webkit.org/196699@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@225897 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2017-12-14 09:39:59 +00:00
(offsetFromRenderer width=-7 height=-7)
(position 1.00 1.00)
(bounds 857.00 464.00)
(drawsContent 1)
(visible rect 0.00, 0.00 0.00 x 0.00)
(coverage rect -1.00, 2999.00 785.00 x 585.00)
(intersects coverage rect 0)
(contentsScale 1.00)
(children 1
(GraphicsLayer
(position 32.00 32.00)
(visible rect 0.00, 0.00 0.00 x 0.00)
(coverage rect -33.00, 2967.00 785.00 x 585.00)
(intersects coverage rect 0)
(contentsScale 1.00)
(children 1
(GraphicsLayer
(anchor 0.00 0.00)
(bounds 800.00 400.00)
(visible rect 0.00, 0.00 0.00 x 0.00)
(coverage rect 0.00, 0.00 0.00 x 0.00)
(intersects coverage rect 0)
(contentsScale 1.00)
(children 1
(GraphicsLayer
REGRESSION(r240553): [iOS] Crash in ScrollingTree::updateTreeFromStateNode when attempting to log in to icloud.com https://bugs.webkit.org/show_bug.cgi?id=193907 Source/WebCore: rdar://problem/47604080 Reviewed by Frédéric Wang. Recent scrolling tree changes can trigger unparenting and reparenting of subtrees in the state tree. If a subframe's state tree nodes are unparented, a scrolling tree commit would show these as nodes being destroyed, which destroyed the tree nodes. When re-parented, the commit would re-create the tree node, but the state node would only have a subset of the change flags set, so the new tree node would fail to get all of the state (for example, it would be missing layers and scrolling geometry). Fix by ensuring that when we reparent state node subtrees, we set all the change flags so that the full set of data is sent to the scrolling tree (the UI process, in the case of iOS WK2). Annoyingly, virtual setAllPropertiesChanged() functions are needed so each state node subclass can set the right change flags. This patch also gets rid of m_nodesRemovedSinceLastCommit in the state tree. We can gain the same information by using copying all of the nodeIDs in m_nodeMap into a HashSet, and removing nodes as we encounter them in the tree walk. Rename m_latchedNode to m_latchedNodeID in ScrollingTree, since it's a nodeID, not a node pointer. Test: compositing/geometry/composited-frame-contents.html * page/scrolling/ScrollingStateFixedNode.cpp: (WebCore::ScrollingStateFixedNode::setAllPropertiesChanged): * page/scrolling/ScrollingStateFixedNode.h: * page/scrolling/ScrollingStateFrameScrollingNode.cpp: (WebCore::ScrollingStateFrameScrollingNode::setAllPropertiesChanged): * page/scrolling/ScrollingStateFrameScrollingNode.h: * page/scrolling/ScrollingStateNode.cpp: (WebCore::ScrollingStateNode::setPropertyChanged): (WebCore::ScrollingStateNode::setAllPropertiesChanged): * page/scrolling/ScrollingStateNode.h: (WebCore::ScrollingStateNode::setPropertyChangedBit): * page/scrolling/ScrollingStateScrollingNode.cpp: (WebCore::ScrollingStateScrollingNode::setAllPropertiesChanged): * page/scrolling/ScrollingStateScrollingNode.h: * page/scrolling/ScrollingStateStickyNode.cpp: (WebCore::ScrollingStateStickyNode::setAllPropertiesChanged): * page/scrolling/ScrollingStateStickyNode.h: * page/scrolling/ScrollingStateTree.cpp: (WebCore::ScrollingStateTree::insertNode): Add a RELEASE_ASSERT on the type of the node created if parentID == 0, since mistakes here can associate a ScrollingNodeType::MainFrame node with some other nodeID which can result in type confusion later. (WebCore::ScrollingStateTree::nodeWasReattachedRecursive): (WebCore::ScrollingStateTree::commit): (WebCore::ScrollingStateTree::willRemoveNode): (WebCore::ScrollingStateTree::setRemovedNodes): Deleted. * page/scrolling/ScrollingStateTree.h: (WebCore::ScrollingStateTree::removedNodes const): Deleted. * page/scrolling/ScrollingTree.cpp: (WebCore::ScrollingTree::shouldHandleWheelEventSynchronously): (WebCore::ScrollingTree::commitTreeState): (WebCore::ScrollingTree::updateTreeFromStateNode): (WebCore::ScrollingTree::latchedNode): (WebCore::ScrollingTree::setLatchedNode): (WebCore::ScrollingTree::clearLatchedNode): (WebCore::ScrollingTree::scrollingTreeAsText): (WebCore::ScrollingTree::removeDestroyedNodes): Deleted. * page/scrolling/ScrollingTree.h: (WebCore::ScrollingTree::hasLatchedNode const): * rendering/RenderLayerCompositor.cpp: (WebCore::RenderLayerCompositor::ensureRootLayer): The scroll layer needs a 0,0,0 anchor point so that setting its position doesn't offset it relative to the center. Source/WebKit: Reviewed by Frédéric Wang. Remove encode/decode of removedNodes. * Shared/RemoteLayerTree/RemoteScrollingCoordinatorTransaction.cpp: (WebKit::RemoteScrollingCoordinatorTransaction::encode const): (WebKit::RemoteScrollingCoordinatorTransaction::decode): (WebKit::dump): LayoutTests: rdar://problem/47604080 Reviewed by Frédéric Wang. New ref test for layer positions in composited frames. New baselines with anchor point on the scroll layer. * compositing/geometry/composited-frame-contents-expected.html: Added. * compositing/geometry/composited-frame-contents.html: Added. * compositing/iframes/become-composited-nested-iframes-expected.txt: * compositing/iframes/become-overlapped-iframe-expected.txt: * compositing/iframes/composited-parent-iframe-expected.txt: * compositing/iframes/connect-compositing-iframe-delayed-expected.txt: * compositing/iframes/connect-compositing-iframe-expected.txt: * compositing/iframes/connect-compositing-iframe2-expected.txt: * compositing/iframes/connect-compositing-iframe3-expected.txt: * compositing/iframes/enter-compositing-iframe-expected.txt: * compositing/iframes/iframe-resize-expected.txt: * compositing/iframes/iframe-size-from-zero-expected.txt: * compositing/iframes/overlapped-iframe-expected.txt: * compositing/iframes/overlapped-iframe-iframe-expected.txt: * compositing/iframes/overlapped-nested-iframes-expected.txt: * compositing/iframes/page-cache-layer-tree-expected.txt: * compositing/iframes/remove-reinsert-webview-with-iframe-expected.txt: * compositing/iframes/resize-from-zero-size-expected.txt: * compositing/iframes/scrolling-iframe-expected.txt: * compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: * compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint-expected.txt: * compositing/visible-rect/iframe-with-layers-outside-viewport-expected.txt: * platform/ios-wk2/compositing/iframes/composited-parent-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/connect-compositing-iframe-delayed-expected.txt: * platform/ios-wk2/compositing/iframes/connect-compositing-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/connect-compositing-iframe2-expected.txt: * platform/ios-wk2/compositing/iframes/connect-compositing-iframe3-expected.txt: * platform/ios-wk2/compositing/iframes/enter-compositing-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/iframe-resize-expected.txt: * platform/ios-wk2/compositing/iframes/leave-compositing-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/overlapped-iframe-expected.txt: * platform/ios-wk2/compositing/iframes/page-cache-layer-tree-expected.txt: * platform/ios-wk2/compositing/iframes/scrolling-iframe-expected.txt: * platform/ios-wk2/compositing/rtl/rtl-iframe-absolute-expected.txt: * platform/ios-wk2/compositing/rtl/rtl-iframe-absolute-overflow-expected.txt: * platform/ios-wk2/compositing/rtl/rtl-iframe-fixed-expected.txt: * platform/ios-wk2/compositing/rtl/rtl-iframe-relative-expected.txt: * platform/ios-wk2/compositing/tiling/tiled-drawing-async-frame-scrolling-expected.txt: * platform/ios-wk2/compositing/visible-rect/iframe-and-layers-expected.txt: * platform/ios-wk2/scrollingcoordinator/scrolling-tree/fixed-inside-frame-expected.txt: * platform/ios/compositing/iframes/become-composited-nested-iframes-expected.txt: * platform/ios/compositing/iframes/become-overlapped-iframe-expected.txt: * platform/ios/compositing/iframes/invisible-nested-iframe-show-expected.txt: * platform/ios/compositing/iframes/overlapped-nested-iframes-expected.txt: * platform/ios/compositing/iframes/remove-reinsert-webview-with-iframe-expected.txt: * platform/ios/compositing/iframes/resizer-expected.txt: * platform/ios/compositing/visible-rect/iframe-with-layers-outside-viewport-expected.txt: * platform/mac-wk1/compositing/iframes/remove-reinsert-webview-with-iframe-expected.txt: * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-scroll-repaint-expected.txt: * platform/mac-wk1/compositing/repaint/iframes/compositing-iframe-with-fixed-background-doc-repaint-expected.txt: * platform/mac-wk2/compositing/tiling/tiled-drawing-async-frame-scrolling-expected.txt: * platform/mac/compositing/iframes/invisible-nested-iframe-show-expected.txt: * platform/mac/compositing/iframes/resizer-expected.txt: * platform/mac/compositing/visible-rect/iframe-and-layers-expected.txt: * scrollingcoordinator/scrolling-tree/fixed-inside-frame-expected.txt: * tiled-drawing/tile-coverage-iframe-to-zero-coverage-expected.txt: Canonical link: https://commits.webkit.org/208473@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@240677 268f45cc-cd09-0410-ab3c-d52691b4dbfc
2019-01-29 21:29:27 +00:00
(anchor 0.00 0.00)
(visible rect 0.00, 0.00 0.00 x 0.00)
(coverage rect 0.00, 0.00 0.00 x 0.00)
(intersects coverage rect 0)
(contentsScale 1.00)
(children 1
(GraphicsLayer
(anchor 0.00 0.00)
(bounds 2508.00 400.00)
(visible rect 0.00, 0.00 0.00 x 0.00)
(coverage rect 0.00, 0.00 0.00 x 0.00)
(intersects coverage rect 0)
(contentsScale 1.00)
(children 1
(GraphicsLayer
(bounds 2508.00 400.00)
(usingTiledLayer 1)
(drawsContent 1)
(visible rect 0.00, 0.00 0.00 x 0.00)
(coverage rect 0.00, 0.00 0.00 x 0.00)
(intersects coverage rect 0)
(contentsScale 1.00)
(tile cache coverage 0, 0 0 x 0)
(tile size 512 x 512)
(top left tile 0, 0 tiles grid 0 x 0)
(in window 1)
(children 1
(GraphicsLayer
(position 8.00 8.00)
(bounds 2500.00 200.00)
(usingTiledLayer 1)
(contentsOpaque 1)
(drawsContent 1)
(visible rect 0.00, 0.00 0.00 x 0.00)
(coverage rect -8.00, -8.00 0.00 x 0.00)
(intersects coverage rect 0)
(contentsScale 1.00)
(tile cache coverage 0, 0 0 x 0)
(tile size 512 x 512)
(top left tile 0, 0 tiles grid 0 x 0)
(in window 1)
)
)
)
)
)
)
)
)
)
)
)
)
)
)
)
)
)