Closed
Bug 1876547
Opened 1 year ago
Closed 1 year ago
browser_parsable_css.js fails because of new lines inside var(...)
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: calixte, Assigned: calixte)
References
Details
Attachments
(1 file)
I got a failure with browser_parsable_css.js
:
https://treeherder.mozilla.org/logviewer?job_id=444581401&repo=try&lineNumber=3486
It's because the var(...)
contains some newlines:
--highlight-selected-backdrop-filter: var(
--hcm-highlight-selected-filter
);
removing the newlines fixed the issue.
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → cdenizet
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 year ago
|
||
Pushed by cdenizet@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/fb9e99444c0d
Fix browser_parsable_css.js with var(...) containing new lines r=Gijs
Comment 3•1 year ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
Updated•1 year ago
|
status-firefox122:
--- → unaffected
status-firefox123:
--- → unaffected
status-firefox-esr115:
--- → unaffected
Keywords: regression
Regressed by: 1876508
Comment 4•1 year ago
|
||
This wasn't really a regression, just a pre-existing bug uncovered by landing bug 1876508.
status-firefox122:
unaffected → ---
status-firefox123:
unaffected → ---
status-firefox124:
fixed → ---
status-firefox-esr115:
unaffected → ---
Keywords: regression
No longer regressed by: 1876508
See Also: → 1876508
Updated•1 year ago
|
status-firefox124:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•