Closed
Bug 1465023
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 11220 - [Fetch] Fix tests for isHistoryNavigation
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox62 fixed)
RESOLVED
FIXED
mozilla62
| Tracking | Status | |
|---|---|---|
| firefox62 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 11220 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/11220
Details from upstream follow.
Yutaka Hirano <yhirano@chromium.org> wrote:
> [Fetch] Fix tests for isHistoryNavigation
>
> This is a followup for https://github.com/web-platform-tests/wpt/commit/8f805ef0b6a3ddb06c0266cc56557d05e36f3a3d.
>
> fetch/api/request/request-reset-attributes.https.html:
> I was confused by the test case and another test case in service-workers/cache-storage/serviceworker/cache-keys-attributes-for-service-worker.https.html. This change fixes the test case.
>
> service-workers/service-worker/fetch-event.https.html
> This change fixes a test description.
>
| Assignee | ||
Comment 1•7 years ago
|
||
PR 11220 applied with additional changes from upstream: 864c62d355308cca9ab6d9c939e987cede865d5b, 8f805ef0b6a3ddb06c0266cc56557d05e36f3a3d
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=a1440eda14eca0ea05c00b42aa293e1bd32c10c2
| Assignee | ||
Comment 4•7 years ago
|
||
Ran 2 tests and 36 subtests
OK : 2
PASS : 21
FAIL : 15
New tests that have failures or other problems:
/fetch/api/request/request-reset-attributes.https.html
Request.isHistoryNavigation is reset with non-empty RequestInit: FAIL
/service-workers/service-worker/fetch-event.https.html
FetchEvent#request.isHistoryNavigation is false (with history.go(0)): FAIL
FetchEvent#request.isHistoryNavigation is false (with location.reload): FAIL
FetchEvent#request.isHistoryNavigation is true (POST + history.go(-1)): FAIL
FetchEvent#request.isHistoryNavigation is true (with history.go(-1)): FAIL
FetchEvent#request.isHistoryNavigation is true (with history.go(-2)): FAIL
FetchEvent#request.isHistoryNavigation is true (with history.go(1)): FAIL
FetchEvent#request.isHistoryNavigation is true (with history.go(2)): FAIL
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/40b0534b922c
[wpt PR 11220] - [Fetch] Fix tests for isHistoryNavigation, a=testonly
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•