Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 3a5477d552d99df32f465dd33b9725df8c49e283
      
https://github.com/WebKit/WebKit/commit/3a5477d552d99df32f465dd33b9725df8c49e283
  Author: Matt Woodrow <mattwood...@apple.com>
  Date:   2024-04-11 (Thu, 11 Apr 2024)

  Changed paths:
    M LayoutTests/TestExpectations
    M LayoutTests/platform/glib/TestExpectations
    M Source/WebCore/dom/ViewTransition.cpp

  Log Message:
  -----------
  [view-transitions] Incorrect position when view transition is partially 
scrolled off viewport.
https://bugs.webkit.org/show_bug.cgi?id=270147
<rdar://123668892>

Reviewed by Tim Nguyen.

The ::view-transition-group pseudo-element is position:fixed, and thus attached 
to the initial
containing block. The computed transfrom from the old element to it's position 
as a child of this
pseudo needs to include the scroll position of the RenderView.

* LayoutTests/TestExpectations:
* Source/WebCore/dom/ViewTransition.cpp:
(WebCore::ViewTransition::copyElementBaseProperties):

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

Reply via email to