[webkit-changes] [WebKit/WebKit] 5f7b39: [css-view-transitions-2] root-element-transition-i...
mattwoodrow
noreply at github.com
Thu Sep 5 00:55:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5f7b390a6aa8206c7af46cbd61d5afc9912b3374
https://github.com/WebKit/WebKit/commit/5f7b390a6aa8206c7af46cbd61d5afc9912b3374
Author: Matt Woodrow <mattwoodrow at apple.com>
Date: 2024-09-05 (Thu, 05 Sep 2024)
Changed paths:
M LayoutTests/TestExpectations
M LayoutTests/imported/w3c/web-platform-tests/css/css-view-transitions/navigation/root-element-transition-iframe-with-startVT-on-main.html
Log Message:
-----------
[css-view-transitions-2] root-element-transition-iframe-with-startVT-on-main.html fails.
https://bugs.webkit.org/show_bug.cgi?id=279160
<rdar://135307657>
Reviewed by Tim Nguyen.
The test currently has the default 0.5 second animation on the addition of the
border of the iframe (which is a size change, so the group is animating the
width/height values).
The test waits for the inner doc to navigate, but not for the outer animation,
so it racily captures in the middle of the animation.
Set the animation duration to 0s so that it completes immediately (but we remain
in a ViewTransition, since the duration on the root element's pseudo group is
still 300s).
* LayoutTests/TestExpectations:
* LayoutTests/imported/w3c/web-platform-tests/css/css-view-transitions/navigation/root-element-transition-iframe-with-startVT-on-main.html:
Canonical link: https://commits.webkit.org/283196@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