Closed
Bug 1673748
Opened 4 years ago
Closed 4 years ago
dom/serviceworkers/test/test_fetch_event.html makes service worker respond with a script without the correct Content-Type header
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
84 Branch
People
(Reporter: ytausky, Assigned: ytausky)
Details
Attachments
(1 file)
As the title says, the service worker in the test responds to a request without the correct headers. The Content-Type
header should be added.
Assignee | ||
Comment 1•4 years ago
|
||
When responding with a script, the correct Content-Type header must be
set.
Updated•4 years ago
|
Assignee: nobody → ytausky
Status: NEW → ASSIGNED
Pushed by bugmail@asutherland.org:
https://hg.mozilla.org/integration/autoland/rev/d0a6fd8b18ed
Fix incorrect test r=asuth
Comment 3•4 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
Comment 4•4 years ago
|
||
bugherder uplift |
status-firefox83:
--- → fixed
Comment 5•4 years ago
|
||
bugherder uplift |
status-firefox-esr78:
--- → fixed
Flags: in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•