[wpt-sync] Sync PR 47538 - Nested view transitions: support cross-document exit animations
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
Tracking | Status | |
---|---|---|
firefox131 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 47538 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/47538
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
Nested view transitions: support cross-document exit animations
Since the new state doesn't have the nested element, we have to
rely on the previous capture. In the cross-document scenario,
this comes from the old document and has to be serialized together
with the ViewTransitionElement.Added a test that works with both cross-doc and same-doc as
test variants.Bug: 347947051
Change-Id: Ie8bb06136d9183a9251a6f5b604d925a9a227c6f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5766878
Commit-Queue: Noam Rosenthal \<nrosenthal@chromium.org>
Reviewed-by: Khushal Sagar \<khushalsagar@chromium.org>
Reviewed-by: Mike West \<mkwst@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1339580}
Assignee | ||
Updated•3 months ago
|
Assignee | ||
Comment 1•3 months ago
|
||
Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 17 tests
Status Summary
Firefox
PASS
: 16
TIMEOUT
: 1
Chrome
PASS
: 7
FAIL
: 10
Safari
PASS
: 3
FAIL
: 13
ERROR
: 1
Links
Details
New Tests That Don't Pass
- /css/css-view-transitions/nested/nested-exit.tentative.html?vtmode=crossdoc [wpt.fyi]:
TIMEOUT
(Chrome:FAIL
, Safari:ERROR
)
Comment 4•3 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/84f14a4fd6c1
https://hg.mozilla.org/mozilla-central/rev/6d176514f8d8
Description
•