Open
Bug 1339354
Opened 8 years ago
Updated 2 years ago
Make assertions about secure context state in worker-based test_worker_interfaces and test_navigator tests based on where the worker got loaded from
Categories
(Core :: DOM: Core & HTML, defect, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: shawnjohnjr, Unassigned)
Details
Followup from bug 1338438 Comment 10:
test_worker_interfaces.js should be able to make assertions about secure context state based on where it got loaded from.
Reporter | ||
Updated•8 years ago
|
Assignee: nobody → shuang
![]() |
||
Updated•8 years ago
|
Summary: Make assertions about secure context state based on where it got loaded from. → Make assertions about secure context state in worker-based test_worker_interfaces and test_navigator tests based on where the worker got loaded from
![]() |
||
Comment 1•8 years ago
|
||
You need this in test_navigator.html too, since that runs some tests in a worker.
For that one it hsould be pretty easy: just message back the isSecureContext state and have the parent page check that it matches its own.
Updated•7 years ago
|
Priority: -- → P3
Reporter | ||
Updated•7 years ago
|
Assignee: shuang → nobody
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•