Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 860e78e7dd0ab13332da3636b1bf3f2e499344f7
      
https://github.com/WebKit/WebKit/commit/860e78e7dd0ab13332da3636b1bf3f2e499344f7
  Author: Taher Ali <[email protected]>
  Date:   2025-06-18 (Wed, 18 Jun 2025)

  Changed paths:
    A LayoutTests/fast/snapshot/transformed-expected.html
    A LayoutTests/fast/snapshot/transformed.html
    M LayoutTests/platform/ios/TestExpectations
    M Source/WebCore/rendering/RenderObject.cpp
    M Source/WebCore/testing/Internals.cpp

  Log Message:
  -----------
  Drag snapshot does not paint transformed content
https://bugs.webkit.org/show_bug.cgi?id=267811
rdar://121382647

Reviewed by Simon Fraser.

Previously, when taking a snapshot of a node,
any applied transforms were ignored. This caused
transformed elements to be missing in the snapshot image.

This fix ensures that node snapshots now correctly
account for transforms.

* Source/WebCore/testing/Internals.cpp:
(WebCore::Internals::snapshotNode):

Use logical size as ImageData understands
logical size, not backend size.

Canonical link: https://commits.webkit.org/296395@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