[wpt-sync] Sync PR 41002 - [navigation-api] WPT variant name should not be an empty string
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox117 fixed)
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Depends on 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 41002 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/41002
Details from upstream follow.
Weizhong Xia <weizhong@google.com> wrote:
[navigation-api] WPT variant name should not be an empty string
An empty variant name can confuse Wptrunner about what are the tests
intended to be run when passed in through command line args or
--include. Unlike other variants, Wptrunner can not run the empty
name variant alone.Update the existing tests to make it ready for a system side change.
Bug: 1464004
Change-Id: I97e4afb8b1e59799eb8a6b693d3816381b360478
Reviewed-on: https://chromium-review.googlesource.com/4681912
WPT-Export-Revision: 28bf56c1fb8324f2e4ec729f72fbb268ab430087
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Assignee | ||
Comment 3•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 40 tests and 1 subtests
Status Summary
Firefox
OK
: 40
FAIL
: 40
Chrome
OK
: 40
PASS
: 40
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/back-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/intercept-async.html?currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/intercept-async.html?no-currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/navigate-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.reload() intercepted by intercept():
Assignee | ||
Comment 4•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, and Chrome on GitHub CI
Total 40 tests and 1 subtests
Status Summary
Firefox
OK
: 40
FAIL
: 40
Chrome
OK
: 40
PASS
: 40
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/back-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/intercept-async.html?currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/intercept-async.html?no-currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/navigate-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
)
- event and promise ordering for navigation.reload() intercepted by intercept():
Assignee | ||
Comment 5•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 40 tests and 1 subtests
Status Summary
Firefox
OK
: 40
FAIL
: 40
Chrome
OK
: 40
PASS
: 40
Safari
TIMEOUT
: 80
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/back-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/intercept-async.html?currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/intercept-async.html?no-currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/navigate-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
Assignee | ||
Comment 6•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 40 tests and 1 subtests
Status Summary
Firefox
OK
: 40
FAIL
: 40
Chrome
OK
: 40
PASS
: 40
Safari
TIMEOUT
: 80
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/back-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/intercept-async.html?currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/intercept-async.html?no-currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/navigate-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
Assignee | ||
Comment 7•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 40 tests and 1 subtests
Status Summary
Firefox
OK
: 40
FAIL
: 40
Chrome
OK
: 40
PASS
: 40
Safari
TIMEOUT
: 80
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/back-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/intercept-async.html?currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/intercept-async.html?no-currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/navigate-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
Assignee | ||
Comment 9•1 year ago
|
||
CI Results
Ran 9 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 40 tests and 1 subtests
Status Summary
Firefox
OK
: 40
FAIL
: 40
Chrome
OK
: 40
PASS
: 40
Safari
TIMEOUT
: 80
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/anchor-download-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for <a download> intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for <a download> intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back() intercepted by intercept():
- /navigation-api/ordering-and-transition/back-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/back-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.back():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.back():
- /navigation-api/ordering-and-transition/intercept-async.html?currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/intercept-async.html?no-currententrychange [wpt.fyi]
- ordering when intercept() handler has sync and async blocks:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- ordering when intercept() handler has sync and async blocks:
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when location.href is set repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when location.href is set repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for the location.href setter intercepted by intercept() where we set location.href again inside the navigate handler:
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/location-href-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for location.href setter intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for location.href setter intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-commit-after-transition-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept() with { commit: 'after-transition' }:
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-double-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called repeatedly and handled by intercept():
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-in-transition-finished.html?no-currententrychange [wpt.fyi]
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering when navigate() is called inside the transition.finished promise handler:
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept-stop.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.navigate() intercepted by intercept() but then stopped using window.stop():
- /navigation-api/ordering-and-transition/navigate-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reentrant.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() inside the navigate handler:
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate() intercepted by passing a rejected promise to intercept():
- /navigation-api/ordering-and-transition/navigate-same-document.html?no-currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/navigate-same-document.html?currententrychange [wpt.fyi]
- event and promise ordering for same-document navigation.navigate():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for same-document navigation.navigate():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept-reject.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
- /navigation-api/ordering-and-transition/reload-intercept.html?no-currententrychange [wpt.fyi]
- event and promise ordering for navigation.reload() intercepted by intercept():
FAIL
(Chrome:PASS
, Safari:TIMEOUT
)
- event and promise ordering for navigation.reload() intercepted by intercept():
Assignee | ||
Comment 10•1 year ago
|
||
Comment 11•1 year ago
|
||
bugherder |
Description
•