[webkit-changes] [WebKit/WebKit] dedbde: css-view-transitions/navigation/hide-before-reveal...

mattwoodrow noreply at github.com
Wed Sep 4 14:14:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: dedbde02bdb86a53072012db36259448ba08dc1d
      https://github.com/WebKit/WebKit/commit/dedbde02bdb86a53072012db36259448ba08dc1d
  Author: Matt Woodrow <mattwoodrow at apple.com>
  Date:   2024-09-04 (Wed, 04 Sep 2024)

  Changed paths:
    M LayoutTests/TestExpectations
    M Source/WebCore/dom/Document.cpp

  Log Message:
  -----------
  css-view-transitions/navigation/hide-before-reveal.html is a flaky failure.
https://bugs.webkit.org/show_bug.cgi?id=278028
<rdar://133772823>

Reviewed by Tim Nguyen.

This fails because the visiblity change steps from css-view-transitions-1
haven't been updated to account for cross-document view transitions yet.

It also clears inbound view transition params for cross-document view
transitions, which matches the requirements of the test and the behaviour of
blink - https://github.com/web-platform-tests/wpt/issues/47828. This should be
codified in the spec soon.

* LayoutTests/TestExpectations:
* Source/WebCore/dom/Document.cpp:
(WebCore::Document::visibilityStateChanged):

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



To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications


More information about the webkit-changes mailing list