Closed Bug 1548519 Opened 5 years ago Closed 5 years ago

about: pages don’t process userContent.css

Categories

(Core :: CSS Parsing and Computation, defect)

68 Branch
defect
Not set
normal

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;
}
}

Regressed by: 1541233
Status: UNCONFIRMED → NEW
Ever confirmed: true
Keywords: regression
Component: Untriaged → CSS Parsing and Computation
Product: Firefox → Core
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Has Regression Range: --- → yes
You need to log in before you can comment on or make changes to this bug.