Closed
Bug 1194848
Opened 8 years ago
Closed 8 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)
12.17 KB,
patch
|
Details | Diff | Splinter Review |
Dumping ground for patches required to get the test working.
Reporter | ||
Comment 1•8 years ago
|
||
This comments out all of the cases that currently fail and therefore prevent the test from completing.
Reporter | ||
Updated•8 years ago
|
Blocks: ServiceWorkers-v1
Assignee | ||
Updated•8 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•8 years ago
|
Assignee: josh → ehsan
Assignee | ||
Comment 2•8 years ago
|
||
Attachment #8648494 -
Attachment is obsolete: true
Attachment #8659554 -
Flags: review?(josh)
Reporter | ||
Comment 3•8 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•8 years ago
|
||
Attachment #8659554 -
Attachment is obsolete: true
Reporter | ||
Comment 5•8 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•8 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•8 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
https://hg.mozilla.org/mozilla-central/rev/5125b09f7f0e
Status: ASSIGNED → RESOLVED
Closed: 8 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
•