Closed
Bug 1548519
Opened 6 years ago
Closed 6 years ago
about: pages don’t process userContent.css
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1541233
People
(Reporter: wernerfp, Unassigned)
References
(Regression)
Details
(Keywords: regression)
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:66.0) Gecko/20100101 Firefox/66.0
Steps to reproduce:
Version: 68.0a1
Build ID: 20190501042112
Update Channel: nightly
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Firefox/68.0
OS: Linux 5.0.10-arch1-1-ARCH
Actual results:
Since this build ID, 'about:' pages don’t process CSS instructions from userContent.css.
Example:
@-moz-document url(about:about) {
body {
background-color: #474747 !important;
}
ul.columns {
column-count: 1 !important;
}
}
Updated•6 years ago
|
Updated•6 years ago
|
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Updated•6 years ago
|
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Has Regression Range: --- → yes
You need to log in
before you can comment on or make changes to this bug.
Description
•