Closed
Bug 1430616
Opened 3 years ago
Closed 3 years ago
InspectorUtils.getCSSValuesForProperty gives wrong results for text-align
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla59
Tracking | Status | |
---|---|---|
firefox59 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
References
Details
Attachments
(1 file)
Bug 1255391 points out that InspectorUtils.getCSSValuesForProperty does not give "match-parent" as a possibly value for "text-align". I'm filing this separately as it has a different underlying problem from other incorrect properties mentioned there.
Comment hidden (mozreview-request) |
Comment 2•3 years ago
|
||
mozreview-review |
Comment on attachment 8942689 [details] Bug 1430616 - correctly find end of keyword table in InspectorUtils; https://reviewboard.mozilla.org/r/212950/#review218698
Attachment #8942689 -
Flags: review?(cam) → review+
Pushed by ttromey@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/ed10162b58b4 correctly find end of keyword table in InspectorUtils; r=heycam
Comment 4•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/ed10162b58b4
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
You need to log in
before you can comment on or make changes to this bug.
Description
•