Implement the unitless length quirk for padding-*

This commit is contained in:
Anthony Ramine 2017-04-25 01:03:56 +02:00
parent 37118e1e45
commit 3f947395ad
2 changed files with 2 additions and 62 deletions

View file

@ -18,5 +18,6 @@
alias=maybe_moz_logical_alias(product, side, "-moz-padding-%s"),
animation_value_type="ComputedValue",
logical = side[1],
spec = spec)}
spec = spec,
allow_quirks=not side[1])}
% endfor