Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2541a0af24cd605b036d539fe0201d5e52b50fbd
      
https://github.com/WebKit/WebKit/commit/2541a0af24cd605b036d539fe0201d5e52b50fbd
  Author: Matt Woodrow <[email protected]>
  Date:   2025-01-30 (Thu, 30 Jan 2025)

  Changed paths:
    M LayoutTests/platform/ios/TestExpectations
    M LayoutTests/platform/mac-wk2/TestExpectations
    M Source/WebCore/rendering/RenderLayer.cpp

  Log Message:
  -----------
  REGRESSION(289503@main): [macOS iOS wk2 Debug] ASSERTION FAILED: 
clipRectsContext.rootLayer == m_clipRectsCache->m_clipRectsRoot
https://bugs.webkit.org/show_bug.cgi?id=286777
<rdar://143918241>

Reviewed by Simon Fraser.

collectFragments within a paginated layer computes clip rects relative to that
paginated layer in order to minimize the number of fragments. This is different
from the clip rects generated during actual painting (which are relative to the
root), so use the temporary clip rects type.

* LayoutTests/platform/ios/TestExpectations:
* LayoutTests/platform/mac-wk2/TestExpectations:
* Source/WebCore/rendering/RenderLayer.cpp:
(WebCore::RenderLayer::collectFragments):

Canonical link: https://commits.webkit.org/289597@main



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to