Closed
Bug 1430988
Opened 7 years ago
Closed 7 years ago
Support individual-transform in InspectorUtils
Categories
(Core :: Layout, enhancement)
Core
Layout
Tracking
()
RESOLVED
DUPLICATE
of bug 1207734
People
(Reporter: u459114, Unassigned)
References
Details
Attachments
(1 file)
PropertySupportsVariant does not know eCSSProperty_rotate/eCSSProperty_translate/eCSSProperty_scale yet, so we will find many test cases failed in test_bug1112014.html by turning on "layout.css.individual-transform.enabled"
FAIL | layout/style/test/test_bug1112014.html | rotate supports TYPE_ANGLE
got false, expected true
FAIL | layout/style/test/test_bug1112014.html | translate supports TYPE_LENGTH
got false, expected true
FAIL | layout/style/test/test_bug1112014.html | translate supports TYPE_PERCENTAGE
got false, expected true
FAIL | layout/style/test/test_bug1112014.html | scale supports TYPE_NUMBER
got false, expected true
Comment hidden (mozreview-request) |
Attachment #8943117 -
Flags: review?(cam)
Comment 2•7 years ago
|
||
mozreview-review |
Comment on attachment 8943117 [details]
Bug 1430988 - Support individual-transform in InspectorUtils
https://reviewboard.mozilla.org/r/213416/#review219196
This is fine, although just a couple of days Tom asked me in bug 1255378 whether it was better to handle these by adding the VARIANT_* values in nsCSSPropList.h. I think that's slightly better, so r=me if you move them there.
Attachment #8943117 -
Flags: review?(cam) → review+
Comment 3•7 years ago
|
||
This was fixed by https://hg.mozilla.org/mozilla-central/rev/ae68e6125b9d
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•