Closed
Bug 1452884
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 10395 - S13nSW: Update wpt/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https.html
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
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 10395 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/w3c/web-platform-tests/pull/10395
Details from upstream follow.
Kenichi Ishibashi <bashi@chromium.org> wrote:
> S13nSW: Update wpt/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https.html
>
> Before this CL, the test expected that preloadResponse is
> rejected when decoding a chunked body is failed. However preloadResponse
> is supposed to be resolved once the headers are arrived. It should be
> resolved instead of rejected. Update the test to expect that
> preloadResponse is resolved even for broken chunked body.
>
> With S13nSW enabled, this test will start passing but it wouldn't
> pass w/o S13nSW.
>
> This CL also adds a test case where broken chunked body is transfered
> with delays.
>
> Bug: 830472
> Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo
> Change-Id: Ibc2909dfc4537f209417a13cff63898ad39229a7
> Reviewed-on: https://chromium-review.googlesource.com/1004562
> WPT-Export-Revision: e3ee727502553d12984e374759595b1fef081e1f
Reporter | ||
Updated•7 years ago
|
Component: web-platform-tests → DOM: Service Workers
Product: Testing → Core
Reporter | ||
Comment 1•7 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Pushed to try (stability) https://treeherder.mozilla.org/#/jobs?repo=try&revision=2f046bdee4fefabaca6c9688135d74b76af9ab03
Reporter | ||
Comment 3•7 years ago
|
||
Ran 2 tests and 3 subtests
TIMEOUT: 4
NOTRUN : 1
New tests that have failures or other problems:
/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https.html
Navigation Preload with broken chunked body with delays must work.: NOTRUN
Navigation Preload with broken chunked encoding must work.: TIMEOUT
Updated•7 years ago
|
Priority: P4 → P3
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3a62d29343d0
[wpt PR 10395] - S13nSW: Update wpt/service-workers/service-worker/navigation-preload/broken-chunked-encoding.https.html, a=testonly
Comment 5•7 years ago
|
||
bugherder |
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
•