Closed
Bug 1199831
Opened 10 years ago
Closed 10 years ago
Fix a bunch of mixed-content violations in imported tests
Categories
(Core :: DOM: Service Workers, defect)
Core
DOM: Service Workers
Tracking
()
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: khuey, Assigned: khuey)
Details
Attachments
(1 file)
21.67 KB,
patch
|
jdm
:
review+
|
Details | Diff | Splinter Review |
This makes some tests pass, and exposes the real issues underlying some others.
Attachment #8654398 -
Flags: review?(josh)
Comment 1•10 years ago
|
||
Comment on attachment 8654398 [details] [diff] [review]
0007-mixed-content-failures.patch
Review of attachment 8654398 [details] [diff] [review]:
-----------------------------------------------------------------
::: testing/web-platform/mozilla/tests/service-workers/service-worker/fetch-mixed-content-to-inscope.https.html
@@ +8,5 @@
> <script>
> if (window.testRunner) {
> // In Chromium we need to change the setting to disallow displaying insecure
> // contents.
> +//testRunner.overridePreference('WebKitAllowDisplayingInsecureContent', false);
We don't take this branch, right?
Attachment #8654398 -
Flags: review?(josh) → review+
Assignee | ||
Comment 2•10 years ago
|
||
Yeah, that was just me testing. I'll remove it.
Comment 4•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox43:
--- → fixed
Flags: in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•