Closed
Bug 1255380
Opened 9 years ago
Closed 7 years ago
inIDOMUtils.getCSSValuesForProperty() is missing keywords for 'content'
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla60
Tracking | Status | |
---|---|---|
firefox60 | --- | fixed |
People
(Reporter: sebo, Assigned: tromey)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This property is missing the related keywords and functions.
Test case (to execute in Scratchpad):
let DOMUtils = Cc["@mozilla.org/inspector/dom-utils;1"].getService(Ci.inIDOMUtils);
DOMUtils.getCSSValuesForProperty("content");
Sebastian
Assignee | ||
Comment 1•8 years ago
|
||
The keywords work but the functions still do not.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → ttromey
Reporter | ||
Updated•7 years ago
|
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8946667 [details]
Bug 1255380 - fix getCSSValuesForProperty for "content" property;
https://reviewboard.mozilla.org/r/216638/#review222582
Attachment #8946667 -
Flags: review?(xidorn+moz) → review+
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/980b65f54113
fix getCSSValuesForProperty for "content" property; r=xidorn
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox60:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla60
Updated•6 years ago
|
status-firefox48:
affected → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•