Parse perspective property as non negative and add tests

This commit is contained in:
n0max 2017-03-26 23:15:04 +02:00
parent c5c4354f84
commit 20c07332a1
4 changed files with 50 additions and 0 deletions

View file

@ -1711,6 +1711,7 @@ ${helpers.single_keyword("resize",
${helpers.predefined_type("perspective",
"LengthOrNone",
"Either::Second(None_)",
"parse_non_negative_length",
gecko_ffi_name="mChildPerspective",
spec="https://drafts.csswg.org/css-transforms/#perspective",
extra_prefixes="moz webkit",