[Webkit-unassigned] [Bug 278756] New: [css-view-transitions-2] skip-outbound-vt-before-reveal.html fails
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 27 20:13:17 PDT 2024
https://bugs.webkit.org/show_bug.cgi?id=278756
Bug ID: 278756
Summary: [css-view-transitions-2]
skip-outbound-vt-before-reveal.html fails
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mattwoodrow at apple.com
This test has a render blocking element that prevents pagereveal from being fired, and then navigates to a new page.
The test is expecting the navigation to happen without the pagereveal event being sent, so no cross-document view transition happens.
With WebKit, initiating the navigation results in any pending fetch requests being cancelled, which removes the render blocking. Pagereveal then happens before we commit the navigation (and fire pageswap), so we get a VT and the test fails.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240828/638cf66d/attachment.htm>
More information about the webkit-unassigned
mailing list