Closed
Bug 1200840
Opened 9 years ago
Closed 9 years ago
Fix ServiceWorkerGlobalScope/unregister.https.html
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
firefox43 | --- | affected |
People
(Reporter: nsm, Assigned: nsm)
References
Details
Attachments
(1 file)
40 bytes,
text/x-review-board-request
|
Details |
It fails simply because onload fails to trigger in the iframe when the 404 returned by the wpt server is application/json instead of text/html. This fix adds a simple HTML file to make it pass.
Should we fix our iframe implementation to always fire onload instead? I don't see anything in the html spec about this.
Assignee | ||
Comment 1•9 years ago
|
||
Bug 1200840 - Fix ServiceWorkerGlobalScope/unregister.https.html. r?jgraham
Only needed fix for Bug 1201632.
Update web-platform-tests expected data
Attachment #8658429 -
Flags: review?(james)
Comment 2•9 years ago
|
||
Patch provided by Nikhil so assigning this to him. Please feel free to change it as needed. Thanks!
Assignee: nobody → nsm.nikhil
Status: NEW → ASSIGNED
Comment 3•9 years ago
|
||
Comment on attachment 8658429 [details]
MozReview Request: Bug 1200840 - Fix ServiceWorkerGlobalScope/unregister.https.html. r?jgraham
https://reviewboard.mozilla.org/r/17973/#review17255
This file is already gone.
Attachment #8658429 -
Flags: review?(james)
Assignee | ||
Comment 4•9 years ago
|
||
wpt update removed the ini file as required.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•