[wpt-sync] Sync PR 29935 - Support multiple calls to respondWith() for a single AppHistoryNavigateEvent
Categories
(Testing :: web-platform-tests, task, P4)
Tracking
(firefox93 fixed)
| Tracking | Status | |
|---|---|---|
| firefox93 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 29935 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/29935
Details from upstream follow.
b'Nate Chapin <japhet@chromium.org>' wrote:
Support multiple calls to respondWith() for a single AppHistoryNavigateEvent
Bug: 1221280
Change-Id: I4d3b2d9baf905da2b4f422f7e2a35a0f92e37c6c
Reviewed-on: https://chromium-review.googlesource.com/3077796
WPT-Export-Revision: 8f915cbf253f7611babb66e40c15ad9e10d941ba
| Assignee | ||
Comment 1•4 years ago
|
||
| Assignee | ||
Comment 2•4 years ago
|
||
CI Results
Ran 11 Firefox configurations based on mozilla-central, and Firefox, Chrome, and Safari on GitHub CI
Total 4 tests and 1 subtests
Status Summary
Firefox
OK : 4
FAIL: 4
Chrome
OK : 4
FAIL: 4
Safari
OK : 4
FAIL: 4
Links
Gecko CI (Treeherder)
GitHub PR Head
GitHub PR Base
Details
New Tests That Don't Pass
/app-history/navigate-event/respondWith-multiple-times-reject.html
AppHistoryNavigateEvent.respondWith is called multiple times and one of the promises rejects: FAIL (Chrome: FAIL, Safari: FAIL)
/app-history/navigate/navigate-respondWith-history-state.html
history.story should be nulled by navigate() handled by respondWith(): FAIL (Chrome: FAIL, Safari: FAIL)
/app-history/navigate/navigate-respondWith.html
navigate() and respondWith: FAIL (Chrome: FAIL, Safari: FAIL)
/app-history/navigate-event/respondWith-multiple-times.html
appHistory.navigate() returns a promise that awaits all promises if AppHistoryNavigateEvent.respondWith is called multiple times: FAIL (Chrome: FAIL, Safari: FAIL)
Comment 4•4 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/47c8ab4746bd
https://hg.mozilla.org/mozilla-central/rev/015b82300a5f
Description
•