Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 8f1676e2f164095a5854ace413d52fd2c1b8ea00 https://github.com/WebKit/WebKit/commit/8f1676e2f164095a5854ace413d52fd2c1b8ea00 Author: Matt Woodrow <mattwood...@apple.com> Date: 2025-05-23 (Fri, 23 May 2025)
Changed paths: M LayoutTests/TestExpectations M Source/WebCore/rendering/RenderBlock.cpp M Source/WebCore/rendering/RenderLayer.cpp M Source/WebCore/rendering/RenderLayerScrollableArea.cpp M Source/WebCore/rendering/RenderLayerScrollableArea.h M Source/WebCore/rendering/svg/RenderSVGRoot.cpp Log Message: ----------- css/css-view-transitions/scroller.html fails due to scrollbars not being captured in the screenshot. https://bugs.webkit.org/show_bug.cgi?id=293407 <rdar://151822218> Reviewed by Simon Fraser. Pass the PaintBehavior flags into scrollbar painting, and paint the composited parts if FlattenCompositingLayers is specified. * LayoutTests/TestExpectations: * Source/WebCore/rendering/RenderBlock.cpp: (WebCore::RenderBlock::paint): * Source/WebCore/rendering/RenderLayer.cpp: (WebCore::RenderLayer::paintOverflowControlsForFragments): * Source/WebCore/rendering/RenderLayerScrollableArea.cpp: (WebCore::RenderLayerScrollableArea::paintOverflowControls): * Source/WebCore/rendering/RenderLayerScrollableArea.h: * Source/WebCore/rendering/svg/RenderSVGRoot.cpp: (WebCore::RenderSVGRoot::paint): Canonical link: https://commits.webkit.org/295382@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes