Closed
Bug 1955208
Opened 7 months ago
Closed 6 months ago
details.css is displayed in StyleEditor even when "Show Browser Styles" is disabled
Categories
(DevTools :: Style Editor, defect, P3)
DevTools
Style Editor
Tracking
(firefox138 fixed)
RESOLVED
FIXED
138 Branch
Tracking | Status | |
---|---|---|
firefox138 | --- | fixed |
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
(Blocks 1 open bug, )
Details
Attachments
(1 file)
Steps to reproduce
- Go to
data:text/html,<meta charset=utf8><!DOCTYPE html><style>details[open]::details-content {background-color: gold;t}</style><details open><summary>Example summary</summary><p>First</p><p>Second</p></details>
- Open the Style Editor
Expected results
I'm only seeing the page inline stylesheet
Actual results
A details.css
stylesheet is displayed
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Assignee | ||
Updated•6 months ago
|
Severity: -- → S3
Priority: -- → P3
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7d723f376cd4
[devtools] Don't show resource://content-accessible/details.css in Style Editor. r=devtools-reviewers,ochameau.
Comment 3•6 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 months 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
•