Closed
Bug 1955208
Opened 1 year ago
Closed 1 year 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,
URL
)
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•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year 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•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year 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
•