stylo: Implement -moz-image-region

MozReview-Commit-ID: E6Iir2hWlbG
This commit is contained in:
Manish Goregaokar 2017-02-08 17:25:06 -08:00 committed by Manish Goregaokar
parent 6b0d3902de
commit 78dc5f6aa9
2 changed files with 31 additions and 1 deletions

View file

@ -101,3 +101,11 @@ ${helpers.predefined_type("list-style-image", "UrlOrNone", "Either::Second(None_
}
}
</%helpers:longhand>
${helpers.predefined_type("-moz-image-region",
"ClipRectOrAuto",
"computed::ClipRectOrAuto::auto()",
animatable=False,
products="gecko",
boxed="True",
spec="Nonstandard (https://developer.mozilla.org/en-US/docs/Web/CSS/-moz-image-region)")}