In https://commits.webkit.org/253809@main, both RenderLayer::recursiveUpdateLayerPositions and RenderLayer::flagsForUpdateLayerPositions check RenderElement::canContainFixedPositionObjects() to decide whether to add the SeenFixedContainingBlockLayer flag, but this function always render true for RenderView. RenderLayer::recursiveUpdateLayerPositions excludes that case while RenderLayer::flagsForUpdateLayerPositions does not, they should be made consistent.
Pull request: https://github.com/WebKit/WebKit/pull/4964
Committed 255114@main (a945e2b05441): <https://commits.webkit.org/255114@main> Reviewed commits have been landed. Closing PR #4964 and removing active labels.
<rdar://problem/100752757>