mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Box larger specified values to avoid memmove impact
This commit is contained in:
parent
abc40f61c0
commit
78afe2b8d1
26 changed files with 174 additions and 67 deletions
|
@ -218,5 +218,6 @@ ${helpers.single_keyword("object-fit", "fill contain cover none scale-down",
|
|||
"Default::default()",
|
||||
animatable=False,
|
||||
spec="https://drafts.csswg.org/css-grid/#propdef-%s" % longhand,
|
||||
products="gecko")}
|
||||
products="gecko",
|
||||
boxed=True)}
|
||||
% endfor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue