[wpt-sync] Sync PR 58561 - [Navigation API] navigate-history-traversal-during-onnavigate-should-reject.html has incorrect URL
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox151 fixed)
| Tracking | Status | |
|---|---|---|
| firefox151 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 58561 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/58561
Details from upstream follow.
Rupin Mittal <rupin@apple.com> wrote:
[Navigation API] navigate-history-traversal-during-onnavigate-should-reject.html has incorrect URL
This test is failing on Chrome, Firefox, and Safari because it uses a URL that doesn't exist:
It calls w.navigation.navigate("resources/..."), which resolves against the popup's document URL "/common/blank.html". This results in "/common/resources/navigate-during-onnavigate-should-reject-helper.html", which doesn't exist.
| Assignee | ||
Comment 1•2 months ago
|
||
CI Results
Ran 0 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 1 tests and 1 subtests
Status Summary
Firefox
TIMEOUT: 2
Chrome
OK : 1
PASS : 1
Safari
TIMEOUT: 2
Links
Details
New Tests That Don't Pass
- /navigation-api/navigate-event/navigate-history-traversal-during-onnavigate-should-reject.html [wpt.fyi]:
TIMEOUT(Chrome:OK, Safari:TIMEOUT)- Test that await navigation.back().finished during onnavigate should reject:
TIMEOUT(Chrome:PASS, Safari:TIMEOUT)
- Test that await navigation.back().finished during onnavigate should reject:
Comment 3•1 month ago
|
||
| bugherder | ||
Description
•