mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Implement the unitless length quirk for padding-*
This commit is contained in:
parent
37118e1e45
commit
3f947395ad
2 changed files with 2 additions and 62 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue