mirror of
https://github.com/servo/servo.git
synced 2025-08-15 10:25:32 +01:00
Parse perspective property as non negative and add tests
This commit is contained in:
parent
c5c4354f84
commit
20c07332a1
4 changed files with 50 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue