Closed
Bug 1449107
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 10192 - Add tests for Request.isReloadNavigation
Categories
(Core :: DOM: Service Workers, enhancement, P3)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla61
Tracking | Status | |
---|---|---|
firefox61 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10192 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10192
Details from upstream follow.
Yutaka Hirano <yhirano@chromium.org> wrote:
> Add tests for Request.isReloadNavigation
>
> This is for https://github.com/w3c/ServiceWorker/issues/1167.
Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM
Product: Testing → Core
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Component: DOM → DOM: Service Workers
Reporter | ||
Comment 3•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=641d13d999218e787d7285bbf6681a12f2bf6cb8
Reporter | ||
Comment 4•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Component: DOM: Service Workers → DOM
Reporter | ||
Comment 5•7 years ago
|
||
Reporter | ||
Updated•7 years ago
|
Component: DOM → DOM: Service Workers
Reporter | ||
Comment 6•7 years ago
|
||
Reporter | ||
Comment 7•7 years ago
|
||
Reporter | ||
Comment 8•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=60891cd0896aaa6f99caaa0fc49af02371f3e7b3
Reporter | ||
Comment 9•7 years ago
|
||
Ran 3 tests and 95 subtests
OK : 3
PASS : 82
FAIL : 13
New tests that have failures or other problems:
/fetch/api/request/request-idl.html
Request interface: attribute isReloadNavigation: FAIL
Request interface: new Request("") must inherit property "isReloadNavigation" with the proper type: FAIL
/service-workers/service-worker/fetch-event.https.html
FetchEvent#request.isReloadNavigation is true (POST + location.reload()): FAIL
FetchEvent#request.isReloadNavigation is true (history.go(0)): FAIL
FetchEvent#request.isReloadNavigation is true (location.reload()): FAIL
FetchEvent#request.isReloadNavigation is true (with history traversal): FAIL
Reporter | ||
Comment 10•7 years ago
|
||
Try push failed: decision task returned error
Comment 11•7 years ago
|
||
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/96c5380b8719
[wpt PR 10192] - Add tests for Request.isReloadNavigation, a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/94dba0fcc9d5
[wpt PR 10192] - Update wpt metadata, a=testonly
Comment 12•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/96c5380b8719
https://hg.mozilla.org/mozilla-central/rev/94dba0fcc9d5
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla61
You need to log in
before you can comment on or make changes to this bug.
Description
•