Closed
Bug 1194848
Opened 9 years ago
Closed 9 years ago
Make service-workers/service-worker/fetch-canvas-tainting.https.html pass
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla44
People
(Reporter: jdm, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file, 2 obsolete files)
(deleted),
patch
|
Details | Diff | Splinter Review |
Dumping ground for patches required to get the test working.
Reporter | ||
Comment 1•9 years ago
|
||
This comments out all of the cases that currently fail and therefore prevent the test from completing.
Reporter | ||
Updated•9 years ago
|
Blocks: ServiceWorkers-v1
Assignee | ||
Updated•9 years ago
|
Summary: Make service-workers/service-worker/fetch-canvas-taining.https.html pass → Make service-workers/service-worker/fetch-canvas-tainting.https.html pass
Status: NEW → ASSIGNED
Assignee | ||
Updated•9 years ago
|
Assignee: josh → ehsan
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8648494 -
Attachment is obsolete: true
Attachment #8659554 -
Flags: review?(josh)
Reporter | ||
Comment 3•9 years ago
|
||
Comment on attachment 8659554 [details] [diff] [review]
Make it possible to run fetch-canvas-tainting.https.html
Review of attachment 8659554 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/web-platform/mozilla/tests/service-workers/service-worker/resources/test-helpers.sub.js
@@ +183,3 @@
> 'username1', 'password1', 'cookie1')
> .then(function() {
> + return test_login(test, 'https://{{host}}:{{ports[http][0]}}',
This should be http, not https.
Attachment #8659554 -
Flags: review?(josh) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8659554 -
Attachment is obsolete: true
Reporter | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5029ca635908316185400ab96db137dd2b2690f9
Bug 1194848 - Make it possible to run fetch-canvas-tainting.https.html; r=jdm
Comment 6•9 years ago
|
||
Backed out in https://hg.mozilla.org/integration/mozilla-inbound/rev/dc161b1cddbf since I backed out bug 1173811 without being smart enough to read the dependency.
Reporter | ||
Comment 7•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/5125b09f7f0ee46ad53955820a13db6d4affbcfa
Bug 1194848 - Make it possible to run fetch-canvas-tainting.https.html; r=jdm
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox44:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•