[wpt-sync] Sync PR 58915 - Use @navigation(preview) to match the preview state
Categories
(Core :: CSS Parsing and Computation, task, P4)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58915 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58915
Details from upstream follow.
Noam Rosenthal <nrosenthal@chromium.org> wrote:
Use @navigation(preview) to match the preview state
It starts matching after a preview view-transition captures the old
state, and stays matching after the cross-document view transition's old
state is captured.This is very simplistic and likely to change, but can help test the
utility of the feature.Bug: 445771450
Change-Id: I406a744cbe24d184248b51475f3b938feafbb1b0
Reviewed-on: https://chromium-review.googlesource.com/7716542
WPT-Export-Revision: 3c03dc48a8a073f14bf276da983fe0046cfe8ab6
| Assignee | ||
Updated•3 months ago
|
| Assignee | ||
Comment 1•3 months ago
|
||
| Assignee | ||
Comment 2•3 months ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 2 tests and 1 subtests
Status Summary
Firefox
TIMEOUT: 1[Gecko-windows11-32-24h2-debug, Gecko-windows11-64-24h2-debug] 2[Gecko-android-em-14-x86_64-debug-geckoview, Gecko-android-em-14-x86_64-lite-opt-geckoview, Gecko-android-em-14-x86_64-opt-geckoview, Gecko-linux2404-64-debug, Gecko-linux2404-64-opt, Gecko-windows11-32-24h2-opt, Gecko-windows11-64-24h2-opt, GitHub]
Chrome
OK : 1
FAIL : 1
Safari
OK : 1
FAIL : 1
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
Firefox-only Failures
- /css/css-view-transitions/navigation/two-phase/preview-navigation-query.tentative.https.html [wpt.fyi]:
TIMEOUT
New Tests That Don't Pass
- /css/css-view-transitions/navigation/two-phase/instant-transition-finish-before-swap.https.html [wpt.fyi]:
SKIP - /css/css-view-transitions/navigation/two-phase/preview-navigation-query.tentative.https.html [wpt.fyi]:
TIMEOUT(Chrome:OK, Safari:OK)- View transitions: a preview transition runs until its end:
TIMEOUT(Chrome:FAIL, Safari:FAIL)
- View transitions: a preview transition runs until its end:
Tests Disabled in Gecko Infrastructure
| Assignee | ||
Updated•3 months ago
|
| Assignee | ||
Updated•3 months ago
|
https://hg.mozilla.org/mozilla-central/rev/b4476d4bec06
https://hg.mozilla.org/mozilla-central/rev/0d0564a7fb07
Description
•