Closed
Bug 1301682
Opened 9 years ago
Closed 9 years ago
Broad rules in UserContent.css break CSS rules panel in inspector
Categories
(DevTools :: Inspector: Rules, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1291321
People
(Reporter: na.tumba, Unassigned)
Details
Attachments
(1 file)
|
393.16 KB,
image/jpeg
|
Details |
User Agent: Mozilla/5.0 (Windows NT 6.3; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0
Build ID: 20160908004007
Steps to reproduce:
Add a rule for any element without adding @-moz-document domain/url/etc(). E.g.: body {
font-family: "Times New Roman", Time, serif;
}
Actual results:
Upon restart the style should be applied to the element.
When inspecting, the original rules + UserContent should appear in the CSS rules panel.
Expected results:
The style is applied upon restart.
The CSS rules panel is completely blank for the element and its children.
Comment 1•9 years ago
|
||
I think this is a duplicate of Bug 1291321 (fixed in Firefox 51).
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•