Closed
Bug 1955926
Opened 26 days ago
Closed 26 days ago
Stop loading a chrome: CSS file during testing as a document
Categories
(Firefox :: Protections UI, task)
Firefox
Protections UI
Tracking
()
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: tschuster, Assigned: tschuster)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Some tests load chrome://global/skin/in-content/info-pages.css
as a document during testing. CSS files don't have a CSP so we had to add an exception. I don't see why we couldn't use a real HTML document for these cases instead.
Comment 1•26 days ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::CSS Parsing and Computation' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Component: General → CSS Parsing and Computation
Product: Firefox → Core
Assignee | ||
Updated•26 days ago
|
Component: CSS Parsing and Computation → Protections UI
Product: Core → Firefox
Assignee | ||
Updated•26 days ago
|
Assignee: nobody → tschuster
Assignee | ||
Comment 2•26 days ago
|
||
Pushed by tschuster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/04fd3b907fcb
Stop loading a chrome: CSS file during testing as a document. r=firefox-desktop-core-reviewers ,Gijs
Comment 4•26 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 26 days ago
status-firefox138:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 138 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•